From: Ryan C. Gordon Date: Fri, 5 Aug 2005 14:32:54 +0000 (+0000) Subject: Don't disable all warnings... X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=d37fbfc90748851561e9ebee88a274985a1f1546;p=lugaru.git Don't disable all warnings... --- diff --git a/makefile b/makefile index cc0b7fb..a3f094c 100644 --- 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