aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2003-08-28 12:21:35 +0000
committerTravis Howell2003-08-28 12:21:35 +0000
commitcf4ae4097fcddb3fdfd0e1f5104312d4f5dc673e (patch)
tree53a56faed7055e49089f493264ecb32b8b81e8b0 /Makefile.mingw
parent0a7dd227b8296446d743aa9c5b32fb2d0ab72881 (diff)
downloadscummvm-rg350-cf4ae4097fcddb3fdfd0e1f5104312d4f5dc673e.tar.gz
scummvm-rg350-cf4ae4097fcddb3fdfd0e1f5104312d4f5dc673e.tar.bz2
scummvm-rg350-cf4ae4097fcddb3fdfd0e1f5104312d4f5dc673e.zip
Update warnings in mingw makefile.
Add hack to allow nosubtitles in loomcd (Only once game has started) Revert _roomPalette changes for 256 colors games, caused problems in loomcd, I'm not sure the older 256 color needs these changes. svn-id: r9890
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index b556ad8293..22ea34fcf0 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -23,7 +23,7 @@ CP = cp
# Default compilation parameters. Normally don't edit these #
#######################################################################
-CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
+CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
DEFINES :=
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)