summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-05-13 16:30:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-15 09:18:20 +0200
commit1a93c2df1d171319b2fa26eafd94681e544e8092 (patch)
treecb5f51b5ffa1bb7aaa583a23dd16be26ae0ceed1 /src/3rdparty
parent2a9201c1e637562f5b6f6d3777af419c59f655cd (diff)
Disable compiler warnings for libqtharfbuzz-ng
This 3rdparty code produces a lot of warnings especially with clang. Change-Id: I6f48410699e785d1b2e84b9a6d7b0ba8751179b0 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro b/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
index bd0475fc05..246c763fd6 100644
--- a/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
+++ b/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro
@@ -3,7 +3,7 @@ TARGET = qtharfbuzzng
CONFIG += \
static \
hide_symbols \
- exceptions_off rtti_off
+ exceptions_off rtti_off warn_off
load(qt_helper_lib)