From: Ben Pfaff Date: Sun, 8 Jan 2006 20:09:25 +0000 (+0000) Subject: Remove -Wdeclaration-after-statement because it's not supported by GCC X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=7c40a20ad1cfcf4db3e5b93dd30654f6fdc1ef73 Remove -Wdeclaration-after-statement because it's not supported by GCC (GCC 3.4) on the elaines. Ugh. --- 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