diff options
author | tron <tron@openttd.org> | 2005-01-10 19:27:38 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-10 19:27:38 +0000 |
commit | 1fc77885c2fe758aff86937357a11cdc8bc4a487 (patch) | |
tree | ac670ccc87d2df5395ab5b34f368c85b7355d377 | |
parent | 2c6e2a68b78bfe5195c3996e00136fbdafe4d4dd (diff) | |
download | openttd-1fc77885c2fe758aff86937357a11cdc8bc4a487.tar.xz |
(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
-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 -Wdeclaration-after-statement +CFLAGS=-Wall -Wno-multichar -Wsign-compare CDEFS=-DWITH_REV LDFLAGS= LIBS= |