(svn r1449) -Fix: signed/unsigned error on windows

-Change: Makefile added -Wsign-compare flag
This commit is contained in:
darkvater
2005-01-09 18:59:16 +00:00
parent 97479f9613
commit fbcc84bdcf
2 changed files with 2 additions and 2 deletions

View File

@@ -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=