From cf4ae4097fcddb3fdfd0e1f5104312d4f5dc673e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 28 Aug 2003 12:21:35 +0000 Subject: 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 --- Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mingw') 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) -- cgit v1.2.3