Skip to content

Commit 1642782

Browse files
committed
Disable "treat warnings as errors"; new xcode version is quite strict
1 parent 3008f2d commit 1642782

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4747,6 +4747,7 @@
47474747
DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
47484748
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
47494749
GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
4750+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
47504751
STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
47514752
};
47524753
name = Debug;
@@ -4755,6 +4756,7 @@
47554756
isa = XCBuildConfiguration;
47564757
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
47574758
buildSettings = {
4759+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
47584760
STRIP_INSTALLED_PRODUCT = NO;
47594761
};
47604762
name = Release;
@@ -4763,6 +4765,7 @@
47634765
isa = XCBuildConfiguration;
47644766
baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
47654767
buildSettings = {
4768+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
47664769
};
47674770
name = Production;
47684771
};
@@ -4868,6 +4871,7 @@
48684871
isa = XCBuildConfiguration;
48694872
baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
48704873
buildSettings = {
4874+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
48714875
STRIP_INSTALLED_PRODUCT = NO;
48724876
};
48734877
name = Profiling;
@@ -5372,6 +5376,7 @@
53725376
B6E69C04166BDD18005EF4B1 /* Production */,
53735377
);
53745378
defaultConfigurationIsVisible = 0;
5379+
defaultConfigurationName = Production;
53755380
};
53765381
/* End XCConfigurationList section */
53775382
};

0 commit comments

Comments
 (0)