From 03bd52f0a6dd79962c9e1346cb7071bcec6e83b3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 5 Aug 2005 14:55:45 +0000 Subject: [PATCH] Changed my mind about the warnings for now... --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2