summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-09 18:59:16 +0000
committerdarkvater <darkvater@openttd.org>2005-01-09 18:59:16 +0000
commitfbcc84bdcf565164ef3f5a42985c2d865015b20d (patch)
treef32ed4d612256d31584d6c1ae97c69856b0b52c5 /Makefile
parent97479f96134ec155375f97a8d12b0f8c4517a7a2 (diff)
downloadopenttd-fbcc84bdcf565164ef3f5a42985c2d865015b20d.tar.xz
(svn r1449) -Fix: signed/unsigned error on windows
-Change: Makefile added -Wsign-compare flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bca5ab52..355583fb9 100644
--- a/Makefile
+++ b/Makefile
@@ -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
+CFLAGS=-Wall -Wno-multichar -Wsign-compare
CDEFS=-DWITH_REV
LDFLAGS=
LIBS=