Skip to content

Commit

Permalink
Disable "treat warnings as errors"; new xcode version is quite strict
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Feb 21, 2013
1 parent 3008f2d commit 1642782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4747,6 +4747,7 @@
DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
};
name = Debug;
Expand All @@ -4755,6 +4756,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
buildSettings = {
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Release;
Expand All @@ -4763,6 +4765,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
buildSettings = {
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
};
name = Production;
};
Expand Down Expand Up @@ -4868,6 +4871,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
buildSettings = {
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Profiling;
Expand Down Expand Up @@ -5372,6 +5376,7 @@
B6E69C04166BDD18005EF4B1 /* Production */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Production;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 1642782

Please sign in to comment.