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 <deathbaba@gmail.com>2011-11-16 20:44:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:10 +0300
commit2da1f9c4dc17fd95bec63f498157f3adbf250bc6 (patch)
tree8e4742d4fd6727bd85e6740f940f170c9548426d /3party/expat
parent177487897ff5bf96ab754a8ba8a0c1db03954bfa (diff)
Disabled warnings in 3party projects
Diffstat (limited to '3party/expat')
-rw-r--r--3party/expat/expat.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/3party/expat/expat.pro b/3party/expat/expat.pro
index f5dcf0ce5e..f5dd82de22 100644
--- a/3party/expat/expat.pro
+++ b/3party/expat/expat.pro
@@ -9,9 +9,8 @@ DEPENDENCIES =
include($$ROOT_DIR/common.pri)
-unix|win32-g++ {
- QMAKE_CFLAGS_WARN_ON += -Wno-unused -Wno-missing-field-initializers -Wno-switch -Wno-uninitialized
-}
+CONFIG -= warn_on
+CONFIG *= warn_off
SOURCES += \
lib/xmlparse.c \