diff options
author | tron <tron@openttd.org> | 2005-01-10 09:33:18 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-10 09:33:18 +0000 |
commit | cd4e73193dcd3989c0379d769923323bfec0748b (patch) | |
tree | 74290f255fde927890651b58fcaa6504756e3795 /Makefile | |
parent | b9fed3391b42d7b7355b60e708ecf703f7685bb9 (diff) | |
download | openttd-cd4e73193dcd3989c0379d769923323bfec0748b.tar.xz |
(svn r1457) Make Darvater happy: -Wdeclaration-after-statement
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |