Skip to content

Commit a775d4b

Browse files
committed
Merge pull request phoboslab#9 from namuol/master
Xcode warning != error for WTF project
2 parents 1642782 + 940bd51 commit a775d4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

WTF/WTF.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,13 +1754,15 @@
17541754
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17551755
buildSettings = {
17561756
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
1757+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
17571758
};
17581759
name = Debug;
17591760
};
17601761
5D247B6814689B8600E78B76 /* Release */ = {
17611762
isa = XCBuildConfiguration;
17621763
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17631764
buildSettings = {
1765+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
17641766
};
17651767
name = Release;
17661768
};
@@ -1775,6 +1777,7 @@
17751777
isa = XCBuildConfiguration;
17761778
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17771779
buildSettings = {
1780+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
17781781
};
17791782
name = Production;
17801783
};
@@ -1791,6 +1794,7 @@
17911794
"$(GCC_PREPROCESSOR_DEFINITIONS)",
17921795
"UCONFIG_NO_COLLATION=1",
17931796
);
1797+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
17941798
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
17951799
PRODUCT_NAME = WTF;
17961800
SDKROOT = iphoneos;
@@ -1810,6 +1814,7 @@
18101814
"$(GCC_PREPROCESSOR_DEFINITIONS)",
18111815
"UCONFIG_NO_COLLATION=1",
18121816
);
1817+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
18131818
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
18141819
PRODUCT_NAME = WTF;
18151820
SDKROOT = iphoneos;
@@ -1829,6 +1834,7 @@
18291834
"$(GCC_PREPROCESSOR_DEFINITIONS)",
18301835
"UCONFIG_NO_COLLATION=1",
18311836
);
1837+
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
18321838
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
18331839
PRODUCT_NAME = WTF;
18341840
SDKROOT = iphoneos;
@@ -1898,6 +1904,7 @@
18981904
B6E69982166BD499005EF4B1 /* Production */,
18991905
);
19001906
defaultConfigurationIsVisible = 0;
1907+
defaultConfigurationName = Production;
19011908
};
19021909
/* End XCConfigurationList section */
19031910
};

0 commit comments

Comments
 (0)