Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 2dcd36c2ba5fa2d80bc9891f30758d316da9b6d2..6828660444874adf252dc37a1879985b269d3d3a 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/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': { |