From: Shamus Hammons Date: Sat, 23 Aug 2003 16:02:47 +0000 (+0000) Subject: Added flags to eliminate stupid warnings X-Git-Tag: 1.0.5~18 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940d49408c1bedb340cf7d03b5f8fa6c23cdb9df;p=virtualjaguar Added flags to eliminate stupid warnings --- diff --git a/Makefile.win32 b/Makefile.win32 index 26d865b..d60c5d5 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -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