Index: skia/skia_common.gypi |
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi |
index d56070eecd4106c5102e28b13bf3b9e415c97426..2d89b4c90df4b46a683da46bfe4afc5cab8b9822 100644 |
--- a/skia/skia_common.gypi |
+++ b/skia/skia_common.gypi |
@@ -137,6 +137,11 @@ |
'skia_support_pdf': 1, |
}], |
], |
+ # TODO(scottmg): http://crbug.com/177306 |
+ 'clang_warning_flags': [ |
+ # Don't warn about string->bool used in asserts. |
+ '-Wstring-conversion', |
hans
2014/08/14 21:11:02
I just noticed this: it looks like this is adding
Nico
2014/08/14 21:15:35
That looks wrong, it should've probably been clang
scottmg
2014/08/14 21:18:10
Looks like they're mostly gone https://code.google
|
+ ] |
}, |
'skia_support_gpu': '<(skia_support_gpu)', |
'skia_support_pdf': '<(skia_support_pdf)', |