From: Stephen Hemminger Date: Mon, 4 Feb 2013 16:51:44 +0000 (-0800) Subject: Makefile: make warnings into errors X-Git-Tag: v3.8.0~3^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a650703d47e10aa386406c855eff5a593b2120b;p=thirdparty%2Fiproute2.git Makefile: make warnings into errors Don't let contributions cause warnings. --- diff --git a/Makefile b/Makefile index 46a5ad9b9..6ba36e8db 100644 --- a/Makefile +++ b/Makefile @@ -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