summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-10 09:33:18 +0000
committertron <tron@openttd.org>2005-01-10 09:33:18 +0000
commitcd4e73193dcd3989c0379d769923323bfec0748b (patch)
tree74290f255fde927890651b58fcaa6504756e3795 /Makefile
parentb9fed3391b42d7b7355b60e708ecf703f7685bb9 (diff)
downloadopenttd-cd4e73193dcd3989c0379d769923323bfec0748b.tar.xz
(svn r1457) Make Darvater happy: -Wdeclaration-after-statement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 355583fb9..13ebdf4ea 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
+CFLAGS=-Wall -Wno-multichar -Wsign-compare -Wdeclaration-after-statement
CDEFS=-DWITH_REV
LDFLAGS=
LIBS=