summaryrefslogtreecommitdiffstats
path: root/tmake/lib/macosx-uni-c++/tmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/macosx-uni-c++/tmake.conf')
-rw-r--r--tmake/lib/macosx-uni-c++/tmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/macosx-uni-c++/tmake.conf b/tmake/lib/macosx-uni-c++/tmake.conf
index 4f2f0c2..0a5eb97 100644
--- a/tmake/lib/macosx-uni-c++/tmake.conf
+++ b/tmake/lib/macosx-uni-c++/tmake.conf
@@ -9,7 +9,7 @@ CONFIG = qt warn_on release
TMAKE_CC = cc
TMAKE_CFLAGS = -pipe -arch i386 -arch ppc
-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