changeset 33:ad8baa1bbf62 draft

Add -Werror back
author Roy Marples <roy@marples.name>
date Fri, 15 Dec 2006 14:47:45 +0000
parents 59e2c67f7e9b
children e1e151a1c097
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Dec 15 14:47:01 2006 +0000
+++ b/Makefile	Fri Dec 15 14:47:45 2006 +0000
@@ -20,7 +20,7 @@
 
 # -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