aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-09-22 01:54:44 +0000
committerMax Horn2002-09-22 01:54:44 +0000
commit5c748004504f57cb4892cc9c9939d347f9eb2e7e (patch)
treea6d4f28cb9584ee1ee42ba4f85275ec5b153d329
parenta681eb029e7fc5b0383d5cdfce2c561e8fa221d2 (diff)
downloadscummvm-rg350-5c748004504f57cb4892cc9c9939d347f9eb2e7e.tar.gz
scummvm-rg350-5c748004504f57cb4892cc9c9939d347f9eb2e7e.tar.bz2
scummvm-rg350-5c748004504f57cb4892cc9c9939d347f9eb2e7e.zip
added -Wno-unknown-pragmas to fix warnings related to #pragma mark
svn-id: r4996
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c98ae3c35..44b7dab222 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ RM_REC = $(RM) -r
ZIP = zip -q
CP = cp
-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Werror
+CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror
DEFINES =
LDFLAGS :=
INCLUDES:= -I. -Icommon