From: Andre Noll Date: Sun, 6 Apr 2014 16:52:31 +0000 (+0200) Subject: Revert "Add -Wdeclaration-after-statement." X-Git-Tag: v0.5.2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ac138515387dfbad7bf2d7fd3f81d00360b8438f Revert "Add -Wdeclaration-after-statement." This reverts commit cf517575ef0e501c963964ba4fd62aadaf795af8. It broke our promise that paraslash still compiles with gcc-3.3.3. --- 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