Skip to content

Commit fc39bbd

Browse files
committed
Disable "treat warnings as errors"; new xcode version is quite strict
1 parent 2573cbc commit fc39bbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4981,6 +4981,7 @@
49814981
DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
49824982
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
49834983
GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
4984+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
49844985
STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
49854986
};
49864987
name = Debug;
@@ -4989,6 +4990,7 @@
49894990
isa = XCBuildConfiguration;
49904991
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
49914992
buildSettings = {
4993+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
49924994
STRIP_INSTALLED_PRODUCT = NO;
49934995
};
49944996
name = Release;
@@ -4997,6 +4999,7 @@
49974999
isa = XCBuildConfiguration;
49985000
baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
49995001
buildSettings = {
5002+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
50005003
};
50015004
name = Production;
50025005
};
@@ -5109,6 +5112,7 @@
51095112
isa = XCBuildConfiguration;
51105113
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
51115114
buildSettings = {
5115+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
51125116
STRIP_INSTALLED_PRODUCT = NO;
51135117
};
51145118
name = Profiling;

0 commit comments

Comments
 (0)