mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r1449) -Fix: signed/unsigned error on windows
-Change: Makefile added -Wsign-compare flag
This commit is contained in:
parent
97479f9613
commit
fbcc84bdcf
2
Makefile
2
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=
|
||||
|
Loading…
Reference in New Issue
Block a user