summaryrefslogtreecommitdiffstats
path: root/tmake
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-06-23 08:14:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-06-23 08:14:02 (GMT)
commit20f6f115e48e025c8fb5d91884479d0bcd8c1294 (patch)
tree1cc8157a15faaed85ec2837a6d0ee7da41bfa0fa /tmake
parentf09cf590f7efc210684cf26cb17b1823a42687cd (diff)
downloadDoxygen-20f6f115e48e025c8fb5d91884479d0bcd8c1294.zip
Doxygen-20f6f115e48e025c8fb5d91884479d0bcd8c1294.tar.gz
Doxygen-20f6f115e48e025c8fb5d91884479d0bcd8c1294.tar.bz2
Invalid source encoding warning no longer needs to be suppressed
Diffstat (limited to 'tmake')
-rw-r--r--tmake/lib/macosx-c++/tmake.conf2
-rw-r--r--tmake/lib/macosx-uni-c++/tmake.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/tmake/lib/macosx-c++/tmake.conf b/tmake/lib/macosx-c++/tmake.conf
index 0230328..1162b76 100644
--- 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 -Wno-deprecated-declarations -Wno-invalid-source-encoding
+TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations
TMAKE_CFLAGS_WARN_OFF =
TMAKE_CFLAGS_RELEASE = -O2
TMAKE_CFLAGS_DEBUG = -g -fstack-protector
diff --git a/tmake/lib/macosx-uni-c++/tmake.conf b/tmake/lib/macosx-uni-c++/tmake.conf
index 0a5eb97..d2e3a40 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 -Wno-deprecated-declarations -Wno-invalid-source-encoding
+TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations
TMAKE_CFLAGS_WARN_OFF =
TMAKE_CFLAGS_RELEASE = -O2
TMAKE_CFLAGS_DEBUG = -g