]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Revert "Add -Wdeclaration-after-statement."
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Apr 2014 16:52:31 +0000 (18:52 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Apr 2014 17:15:29 +0000 (19:15 +0200)
This reverts commit cf517575ef0e501c963964ba4fd62aadaf795af8. It
broke our promise that paraslash still compiles with gcc-3.3.3.

Makefile.real

index d6ffe0c424a2adf2a623d8b2376f327932142911..2973637e517692bad60d1773e8feee5feb1c48f2 100644 (file)
@@ -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