]> git.jsancho.org Git - lugaru.git/commitdiff
Changed my mind about the warnings for now...
authorRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:55:45 +0000 (14:55 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:55:45 +0000 (14:55 +0000)
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