]> git.jsancho.org Git - lugaru.git/commitdiff
Don't disable all warnings...
authorRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:32:54 +0000 (14:32 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Fri, 5 Aug 2005 14:32:54 +0000 (14:32 +0000)
makefile

index cc0b7fb0d93e44e356fc398ec31c215a117ce5ad..a3f094c114a55e70d2ceb958ffa7eb825cff8304 100644 (file)
--- a/makefile
+++ b/makefile
@@ -35,7 +35,8 @@ INCLUDES := \
                        -I./OpenGL/GL \
                        -I$(SRCDIR) \
 
-CFLAGS := -w -g -c $(OPT) $(INCLUDES) $(DEFINES) -fsigned-char
+CFLAGS := -g -c $(OPT) $(INCLUDES) $(DEFINES) -fsigned-char
+#CFLAGS += -w
 
 ifeq ($(strip $(macosx)),true)
   CFLAGS += -fpascal-strings -faltivec -fasm -force_cpusubtype_ALL -Wno-long-double -mdynamic-no-pic