aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-09-22 04:07:52 +0000
committerTravis Howell2002-09-22 04:07:52 +0000
commit7b1a77b5b8a2c44ddda4eec18a5f2dd91b4eada3 (patch)
tree7e8d6eac596fabfa53610585b8c34617a07fd0cd
parent68c14be9d46e1e2cf31bb366c2adb72bb0ff934e (diff)
downloadscummvm-rg350-7b1a77b5b8a2c44ddda4eec18a5f2dd91b4eada3.tar.gz
scummvm-rg350-7b1a77b5b8a2c44ddda4eec18a5f2dd91b4eada3.tar.bz2
scummvm-rg350-7b1a77b5b8a2c44ddda4eec18a5f2dd91b4eada3.zip
Add changes from Makefile
svn-id: r5003
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 352bb1eed2..13e8bb45e1 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -19,7 +19,7 @@ RM_REC = $(RM) -r
ZIP = zip -q
CP = cp
-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror
+CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
DEFINES =
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)