]> Skullheadx's Git Forge - surf.git/commitdiff
adding -Werror to config.mk
authorEnno Boland (Gottox) <gottox@s01.de>
Tue, 9 Jun 2009 20:40:14 +0000 (22:40 +0200)
committerEnno Boland (Gottox) <gottox@s01.de>
Tue, 9 Jun 2009 20:40:14 +0000 (22:40 +0200)
config.mk

index 39adb7403463750f864699d84ed40f068963ea2c..1c7d2d21983a490ec9c993a16bbb9d834381051c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB}
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\"
 #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
 #LDFLAGS = -s ${LIBS}
 LDFLAGS = ${LIBS}