From: Roy Marples Date: Fri, 15 Dec 2006 14:47:45 +0000 (+0000) Subject: Add -Werror back X-Git-Tag: v3.2.3~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388b686f7b9ab2e0c225d124196db5ab894051d7;p=thirdparty%2Fdhcpcd.git Add -Werror back --- diff --git a/Makefile b/Makefile index ca7fae6b..95f17cbc 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ CFLAGS += -Wsequence-point -Wextra -Wdeclaration-after-statement # -Werrror is a good flag to use for development, but some platforms may # have buggy headers from time to time, so you may need to comment this out -#CFLAGS += -Werror +CFLAGS += -Werror DESTDIR = SBINDIR = $(DESTDIR)/sbin