projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56df9bb
)
Revert "Add -Wdeclaration-after-statement."
author
Andre Noll
<maan@systemlinux.org>
Sun, 6 Apr 2014 16:52:31 +0000
(18:52 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/Makefile.real
b/Makefile.real
index
d6ffe0c
..
2973637
100644
(file)
--- 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