summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-16 11:13:59 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-16 11:13:59 +0200
commitaabb62e0a0e80a3efbcafda78e432b415b4cb386 (patch)
treeb87e3970606382a072eef2dd33a82e167c4c8ee7
parent5466563f4b5b6b86523e3f89bb7f77e5b5270c78 (diff)
downloadqtwebkit-aabb62e0a0e80a3efbcafda78e432b415b4cb386.tar.gz
Unreviewed prospective fix to silence the clang used in the Qt CI
-rw-r--r--Tools/qmake/mkspecs/features/unix/default_post.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/qmake/mkspecs/features/unix/default_post.prf b/Tools/qmake/mkspecs/features/unix/default_post.prf
index e46c95fd9..8dac07197 100644
--- a/Tools/qmake/mkspecs/features/unix/default_post.prf
+++ b/Tools/qmake/mkspecs/features/unix/default_post.prf
@@ -28,8 +28,8 @@ linux-g++* {
# Don't warn about OVERRIDE and FINAL, since they are feature-checked anyways
*clang:!contains(QMAKE_CXXFLAGS, -std=c++11) {
- QMAKE_CXXFLAGS += -Wno-c++11-extensions
- QMAKE_OBJECTIVE_CFLAGS += -Wno-c++11-extensions
+ QMAKE_CXXFLAGS += -Wno-c++0x-extensions
+ QMAKE_OBJECTIVE_CFLAGS += -Wno-c++0x-extensions
}
contains(TEMPLATE, app): CONFIG += rpath