Skip to content

Commit

Permalink
Merge pull request phoboslab#9 from namuol/master
Browse files Browse the repository at this point in the history
Xcode warning != error for WTF project
  • Loading branch information
phoboslab committed Aug 21, 2013
2 parents 1642782 + 940bd51 commit a775d4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WTF/WTF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1754,13 +1754,15 @@
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
};
name = Debug;
};
5D247B6814689B8600E78B76 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
};
name = Release;
};
Expand All @@ -1775,6 +1777,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
buildSettings = {
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
};
name = Production;
};
Expand All @@ -1791,6 +1794,7 @@
"$(GCC_PREPROCESSOR_DEFINITIONS)",
"UCONFIG_NO_COLLATION=1",
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = WTF;
SDKROOT = iphoneos;
Expand All @@ -1810,6 +1814,7 @@
"$(GCC_PREPROCESSOR_DEFINITIONS)",
"UCONFIG_NO_COLLATION=1",
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = WTF;
SDKROOT = iphoneos;
Expand All @@ -1829,6 +1834,7 @@
"$(GCC_PREPROCESSOR_DEFINITIONS)",
"UCONFIG_NO_COLLATION=1",
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = WTF;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1898,6 +1904,7 @@
B6E69982166BD499005EF4B1 /* Production */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Production;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit a775d4b

Please sign in to comment.