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@mapswithme.com>2013-08-02 02:30:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:40 +0300
commitaaae9c6f8ca11fb219b56f81c188fc493e279464 (patch)
tree0d418931ad3c408e3538621ec99f0d52cd89cd11 /tools/mkspecs
parentee169e3eef6dc0a38c5a2ea693ccaab03ef29564 (diff)
[android] Fixed annoying boost warnings
Diffstat (limited to 'tools/mkspecs')
-rw-r--r--tools/mkspecs/android-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkspecs/android-g++/qmake.conf b/tools/mkspecs/android-g++/qmake.conf
index 084209eb0e..8908f53a7e 100644
--- a/tools/mkspecs/android-g++/qmake.conf
+++ b/tools/mkspecs/android-g++/qmake.conf
@@ -67,7 +67,7 @@ contains(ANDROID_TARGET_ARCH, arm) {
}
}
-QMAKE_CFLAGS_WARN_ON = -Wall -W
+QMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-unused-local-typedefs
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_SHLIB = -fPIC
QMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses