From 45ce1d111312ec413d6d680092f98a4f49e31556 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Sep 2002 00:38:02 +0000 Subject: don't tolerate warnings svn-id: r4994 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ce5a72e9f..5c98ae3c35 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 +CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Werror DEFINES = LDFLAGS := INCLUDES:= -I. -Icommon -- cgit v1.2.3