diff options
author | J-P Nurmi <[email protected]> | 2014-05-13 16:30:53 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-05-15 09:18:20 +0200 |
commit | 1a93c2df1d171319b2fa26eafd94681e544e8092 (patch) | |
tree | cb5f51b5ffa1bb7aaa583a23dd16be26ae0ceed1 | |
parent | 2a9201c1e637562f5b6f6d3777af419c59f655cd (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 <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
-rw-r--r-- | src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro | 2 |
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 bd0475fc057..246c763fd6d 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) |