Commit 5a650703 authored by Stephen Hemminger's avatar Stephen Hemminger

Makefile: make warnings into errors

Don't let contributions cause warnings.
parent 9a7b3d91
......@@ -30,7 +30,7 @@ CC = gcc
HOSTCC = gcc
DEFINES += -D_GNU_SOURCE
CCOPTS = -O2
WFLAGS = -Wall -Wstrict-prototypes
WFLAGS = -Wall -Wstrict-prototypes -Werror
CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
YACCFLAGS = -d -t -v
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment