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-09-18 19:06:03 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:42 +0300
commit28f60898d5afdffb73a169a4dd11d2d14850783a (patch)
treea766a629878877f8775b00793d1bcac173c9b434 /common.pri
parente1ee028c6afa9cc505a40072311420c85dc7e660 (diff)
Correct warning fix to avoid "Unsupported warning option" errors on other platforms.
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 3a2c78fc81..d131cff784 100644
--- a/common.pri
+++ b/common.pri
@@ -132,7 +132,7 @@ unix|win32-g++ {
LIBS *= -lz
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare -Wno-strict-aliasing -Wno-unused-parameter \
-Werror=return-type -Wno-deprecated-register
- !android* {
+ iphone*-clang|macx-clang {
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-local-typedef
}
*-clang {