1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 02:59:10 +00:00

(svn r1457) Make Darvater happy: -Wdeclaration-after-statement

This commit is contained in:
tron
2005-01-10 09:33:18 +00:00
parent b9fed3391b
commit cd4e73193d

View File

@@ -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=