forked from organicmaps/organicmaps
Ingibit warnings in xcode 3rdpary projects.
This commit is contained in:
parent
183c9f9ae1
commit
1a063366d7
6 changed files with 12 additions and 0 deletions
|
@ -648,6 +648,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34F558621DBF440C00A4FC11 /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -655,6 +656,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34F558631DBF440C00A4FC11 /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
|
@ -2524,6 +2524,7 @@
|
|||
"U_CHARSET_IS_UTF8=1",
|
||||
"U_DISABLE_RENAMING=1",
|
||||
);
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)",
|
||||
|
@ -2547,6 +2548,7 @@
|
|||
"U_CHARSET_IS_UTF8=1",
|
||||
"U_DISABLE_RENAMING=1",
|
||||
);
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)",
|
||||
|
|
|
@ -486,6 +486,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34F558641DBF460300A4FC11 /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -493,6 +494,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34F558651DBF460300A4FC11 /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34EBB4801DBF533D005BE9B8 /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -147,6 +148,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34EBB4811DBF533D005BE9B8 /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue