summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index be1a52f..5b32431 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -540,6 +540,18 @@
],
},
}],
+ # TODO(scottmg): http://crbug.com/177306
+ ['clang==1', {
+ 'xcode_settings': {
+ 'WARNING_CFLAGS!': [
+ # Don't warn about string->bool used in asserts.
+ '-Wstring-conversion',
+ ],
+ },
+ 'cflags!': [
+ '-Wstring-conversion',
+ ],
+ }],
],
'dependencies': [
'skia_opts',