Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-11-12 23:51:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-13 19:05:51 +0300
commit271a77871fd951c5eb0321f3586228ba98ab9cc9 (patch)
treea0b7956a844dd5800ac7f0bb9bcdaedb105e18d0 /common.pri
parentf5667e2724b34b8212c890b2024acb66d90aefd0 (diff)
Now warning rule matches [macx|linux|*]-clang-libc++ too.
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index b7bb8491c8..ca9d27a921 100644
--- a/common.pri
+++ b/common.pri
@@ -138,7 +138,7 @@ unix|win32-g++ {
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-local-typedef
}
- *-clang {
+ *-clang* {
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-conversion -Werror=return-type
}