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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-04-10 16:12:58 +0300
committerSergey Yershov <syershov@maps.me>2017-04-10 16:19:29 +0300
commit1a063366d7f9090acb44796ea018e0ce0d5746df (patch)
tree9be58b0b9deab7dcbb724f099f34b5815b017578 /xcode/osrm/osrm.xcodeproj
parent183c9f9ae199c22dc556213c39010b7300a367b0 (diff)
Ingibit warnings in xcode 3rdpary projects.
Diffstat (limited to 'xcode/osrm/osrm.xcodeproj')
-rw-r--r--xcode/osrm/osrm.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcode/osrm/osrm.xcodeproj/project.pbxproj b/xcode/osrm/osrm.xcodeproj/project.pbxproj
index 7cf9978648..e5600406df 100644
--- a/xcode/osrm/osrm.xcodeproj/project.pbxproj
+++ b/xcode/osrm/osrm.xcodeproj/project.pbxproj
@@ -450,6 +450,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 34F558721DBF4B3400A4FC11 /* common-debug.xcconfig */;
buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/osrm/osrm-backend/third_party",
@@ -462,6 +463,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 34F558731DBF4B3400A4FC11 /* common-release.xcconfig */;
buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/osrm/osrm-backend/third_party",