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/succinct
parent183c9f9ae199c22dc556213c39010b7300a367b0 (diff)
Ingibit warnings in xcode 3rdpary projects.
Diffstat (limited to 'xcode/succinct')
-rw-r--r--xcode/succinct/succinct.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcode/succinct/succinct.xcodeproj/project.pbxproj b/xcode/succinct/succinct.xcodeproj/project.pbxproj
index 9a6e43eef9..342619a226 100644
--- a/xcode/succinct/succinct.xcodeproj/project.pbxproj
+++ b/xcode/succinct/succinct.xcodeproj/project.pbxproj
@@ -224,6 +224,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 34F5585E1DBF42B200A4FC11 /* common-debug.xcconfig */;
buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
};
name = Debug;
};
@@ -231,6 +232,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 34F5585F1DBF42B200A4FC11 /* common-release.xcconfig */;
buildSettings = {
+ GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
};
name = Release;
};