From 7c40a20ad1cfcf4db3e5b93dd30654f6fdc1ef73 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 8 Jan 2006 20:09:25 +0000 Subject: [PATCH] Remove -Wdeclaration-after-statement because it's not supported by GCC (GCC 3.4) on the elaines. Ugh. --- src/Make.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Make.config b/src/Make.config index fdf6ce1..b1d480e 100644 --- a/src/Make.config +++ b/src/Make.config @@ -24,8 +24,7 @@ endif # Compiler and assembler invocation. DEFINES = -WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers \ - -Wdeclaration-after-statement +WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers CFLAGS = -g -MMD -msoft-float CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs -MMD -- 2.30.2