mirror of https://github.com/OpenTTD/OpenTTD
(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
parent
2c6e2a68b7
commit
1fc77885c2
2
Makefile
2
Makefile
|
@ -290,7 +290,7 @@ endif
|
||||||
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
|
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
|
||||||
# -pg profile - generate profiling data. See "man gprof" to use this.
|
# -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
|
CDEFS=-DWITH_REV
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
LIBS=
|
LIBS=
|
||||||
|
|
Loading…
Reference in New Issue