From ac138515387dfbad7bf2d7fd3f81d00360b8438f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 6 Apr 2014 18:52:31 +0200 Subject: [PATCH] Revert "Add -Wdeclaration-after-statement." This reverts commit cf517575ef0e501c963964ba4fd62aadaf795af8. It broke our promise that paraslash still compiles with gcc-3.3.3. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index d6ffe0c4..2973637e 100644 --- a/Makefile.real +++ b/Makefile.real @@ -86,7 +86,6 @@ DEBUG_CPPFLAGS += -Wredundant-decls DEBUG_CPPFLAGS += -Wall -Wno-sign-compare -Wno-unknown-pragmas DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute -DEBUG_CPPFLAGS += -Wdeclaration-after-statement ifeq ($(uname_s),Linux) CPPFLAGS += -fdata-sections -ffunction-sections -- 2.39.5