From 8d59042da241701a5167acd38b08217977a93138 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 21 Dec 2005 23:48:57 +0000 Subject: [PATCH] Use -Wdeclaration-after-statement. --- src/Make.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Make.config b/src/Make.config index b1d480e..fdf6ce1 100644 --- a/src/Make.config +++ b/src/Make.config @@ -24,7 +24,8 @@ endif # Compiler and assembler invocation. DEFINES = -WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers +WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers \ + -Wdeclaration-after-statement CFLAGS = -g -MMD -msoft-float CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs -MMD -- 2.30.2