Changeset - r975:672ba4c7b148
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-01-10 19:27:38
tron@openttd.org
(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -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=
0 comments (0 inline, 0 general)