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
commit55604e354f7508b631d67ebe3433dab926ef7af9 (patch)
treef32ed4d612256d31584d6c1ae97c69856b0b52c5 /Makefile
parent3e84b9781f9573fd71571b77c799805f2a5a7c87 (diff)
downloadopenttd-55604e354f7508b631d67ebe3433dab926ef7af9.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=