]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
Changed my mind about the warnings for now...
[lugaru.git] / makefile
index a3f094c114a55e70d2ceb958ffa7eb825cff8304..8838d7bcdcf224f644ad913332a9dd726e50758d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@ INCLUDES := \
                        -I$(SRCDIR) \
 
 CFLAGS := -g -c $(OPT) $(INCLUDES) $(DEFINES) -fsigned-char
-#CFLAGS += -w
+CFLAGS += -w
 
 ifeq ($(strip $(macosx)),true)
   CFLAGS += -fpascal-strings -faltivec -fasm -force_cpusubtype_ALL -Wno-long-double -mdynamic-no-pic