From: Ryan C. Gordon Date: Fri, 5 Aug 2005 14:55:45 +0000 (+0000) Subject: Changed my mind about the warnings for now... X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=sidebyside;h=03bd52f0a6dd79962c9e1346cb7071bcec6e83b3;hp=36cc3af3e5074215817ddee16defde754e2ad67f;p=lugaru.git Changed my mind about the warnings for now... --- diff --git a/makefile b/makefile index a3f094c..8838d7b 100644 --- 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