Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(883)

Unified Diff: gyp/common_conditions.gypi

Issue 19726012: all in the gyp (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: forgot this Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libjpeg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libjpeg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698