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>2014-03-23 02:27:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:05 +0300
commit41bf0b3a41e49f2a265d4b738d8522fe4014899c (patch)
tree2056eded5e5c111ebce3db2c03b63eed4a71782a /tools/mkspecs
parent20dc134adb5773a2f230156777fac995365fdc35 (diff)
More warning fixes
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 01108ed167..c57d7bd33e 100644
--- a/tools/mkspecs/android-g++/qmake.conf
+++ b/tools/mkspecs/android-g++/qmake.conf
@@ -79,7 +79,7 @@ contains(ANDROID_TARGET_ARCH, arm) {
}
}
-QMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-unused-local-typedefs
+QMAKE_CFLAGS_WARN_ON = -Wall -W
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_SHLIB = -fPIC
QMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses