]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added flags to eliminate stupid warnings
authorShamus Hammons <jlhamm@acm.org>
Sat, 23 Aug 2003 16:02:47 +0000 (16:02 +0000)
committerShamus Hammons <jlhamm@acm.org>
Sat, 23 Aug 2003 16:02:47 +0000 (16:02 +0000)
Makefile.win32

index 26d865b37fa3ecdecd71b00e86be915e64641341..d60c5d5e2c053cd90626d7752b0acf74b37895db 100644 (file)
@@ -2,7 +2,7 @@ CC = gcc
 LD = gcc 
 NASM = nasm
 
-CFLAGS  = -Wall -O3 -D__PORT__ -D__GCCWIN32__ -Dstricmp="strcasecmp" \
+CFLAGS  = -Wall -Wno-switch -O3 -D__PORT__ -D__GCCWIN32__ -Dstricmp="strcasecmp" \
                        -fomit-frame-pointer `sdl-config --cflags`
 #                      -fomit-frame-pointer `sdl-config --cflags` -DLOG_UNMAPPED_MEMORY_ACCESSES
 #                      -fomit-frame-pointer `sdl-config --cflags` -DTOM_DEBUG