summaryrefslogtreecommitdiff
path: root/common_conditions.gypi
diff options
context:
space:
mode:
authormtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-24 16:20:05 +0000
committermtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-24 16:20:05 +0000
commit6c5572922c21d807a5577ec94a4fc4448ca357ae (patch)
tree2c9cfe56dbe269875c341049e62da10fa5d1572a /common_conditions.gypi
parent04184ce83d5bf8ea5043e5ee67eef0834d3c49dd (diff)
downloadgyp-6c5572922c21d807a5577ec94a4fc4448ca357ae.tar.gz
all in the gyp
BUG= R=caryclark@google.com Review URL: https://codereview.chromium.org/19726012 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@10315 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common_conditions.gypi')
-rw-r--r--common_conditions.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/common_conditions.gypi b/common_conditions.gypi
index 2dcd36c..6828660 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -308,6 +308,14 @@
],
},
}],
+# This old compiler is really bad at figuring out when things are uninitialized, so ignore it.
+ [ '<(mac_sdk)==10.6', {
+ 'xcode_settings': {
+ 'OTHER_CPLUSPLUSFLAGS': [
+ '-Wno-uninitialized',
+ ],
+ },
+ }],
],
'configurations': {
'Debug': {