summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-10 19:27:38 +0000
committertron <tron@openttd.org>2005-01-10 19:27:38 +0000
commit54e955464ba051861ad4741c7ce7fe02ef0ea793 (patch)
treeac670ccc87d2df5395ab5b34f368c85b7355d377 /Makefile
parentb06a91ae256d8cd23208ceaed3f17374aaa3ca06 (diff)
downloadopenttd-54e955464ba051861ad4741c7ce7fe02ef0ea793.tar.xz
(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ebdf4ea..355583fb9 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ endif
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
# -pg profile - generate profiling data. See "man gprof" to use this.
-CFLAGS=-Wall -Wno-multichar -Wsign-compare -Wdeclaration-after-statement
+CFLAGS=-Wall -Wno-multichar -Wsign-compare
CDEFS=-DWITH_REV
LDFLAGS=
LIBS=