]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add -Werror back
authorRoy Marples <roy@marples.name>
Fri, 15 Dec 2006 14:47:45 +0000 (14:47 +0000)
committerRoy Marples <roy@marples.name>
Fri, 15 Dec 2006 14:47:45 +0000 (14:47 +0000)
Makefile

index ca7fae6b59308d69f86336dc90046c62e5673702..95f17cbcf56d60fcca77f32bfd14747ab545c918 100644 (file)
--- 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