From 68c14be9d46e1e2cf31bb366c2adb72bb0ff934e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Sep 2002 04:05:40 +0000 Subject: taking out the -Werror again for now, till we have time to resolve some other build warnings svn-id: r5002 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44b7dab222..7a24c903b2 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ RM_REC = $(RM) -r ZIP = zip -q CP = cp -CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror +CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas DEFINES = LDFLAGS := INCLUDES:= -I. -Icommon -- cgit v1.2.3