summaryrefslogtreecommitdiffstats
path: root/tmake/lib/macosx-c++/tmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/macosx-c++/tmake.conf')
-rwxr-xr-xtmake/lib/macosx-c++/tmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/macosx-c++/tmake.conf b/tmake/lib/macosx-c++/tmake.conf
index 3c2cd24..0230328 100755
--- a/tmake/lib/macosx-c++/tmake.conf
+++ b/tmake/lib/macosx-c++/tmake.conf
@@ -9,7 +9,7 @@ CONFIG = qt warn_on release
TMAKE_CC = cc
TMAKE_CFLAGS = -pipe
-TMAKE_CFLAGS_WARN_ON = -Wall -W
+TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations -Wno-invalid-source-encoding
TMAKE_CFLAGS_WARN_OFF =
TMAKE_CFLAGS_RELEASE = -O2
TMAKE_CFLAGS_DEBUG = -g -fstack-protector