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-07-10 17:45:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:33 +0300
commit55c508fff73dda9c2a44b652f5756f740b46ca6d (patch)
treefcc4a805eb808e3ce7a9a4e80a89b309d0f52bab /map/map.pro
parent909a62b696bd9639071a9986c7d6875e10502e9b (diff)
Fixed warnings in 3party projects
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map.pro b/map/map.pro
index 6920117901..0762c41e97 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -2,7 +2,7 @@
TARGET = map
TEMPLATE = lib
-CONFIG += staticlib
+CONFIG += staticlib warn_on
INCLUDEPATH += ../3party/protobuf/src
ROOT_DIR = ..