adium-1.4 3050:0e7fd2c07797: Enable GCC_WARN_ABOUT_MISSING_FIELD...
commits at adium.im
commits at adium.im
Mon Sep 20 05:09:32 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/0e7fd2c07797
revision: 3050:0e7fd2c07797
author: Evan Schoenberg
date: Mon Sep 20 00:09:27 2010 -0500
Enable GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS and disable nib stripping in release-debug builds
diffs (28 lines):
diff -r 1895efa1d1da -r 0e7fd2c07797 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Sun Sep 19 23:31:57 2010 -0500
+++ b/Adium.xcodeproj/project.pbxproj Mon Sep 20 00:09:27 2010 -0500
@@ -12773,6 +12773,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E02A0FAF9BA800B310AC /* Debug.xcconfig */;
buildSettings = {
+ GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
};
name = Debug;
};
@@ -12780,6 +12781,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E02B0FAF9BA800B310AC /* Release.xcconfig */;
buildSettings = {
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
};
name = Release;
@@ -12788,6 +12790,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E02C0FAF9BA800B310AC /* Release-Debug.xcconfig */;
buildSettings = {
+ GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
+ IBC_STRIP_NIBS = NO;
};
name = "Release-Debug";
};
More information about the commits
mailing list