Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index 737479fc071c03f82b35b27baaff88b47c031ad0..8a34670d7a9080bd7b6e061edd2445b893d4c4e3 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -78,6 +78,9 @@ |
'dependencies': [ |
'content_common', |
], |
+ # Disable narrowing-conversion-in-initialization-list warnings. |
+ 'cflags+': ['-Wno-narrowing'], |
brettw
2012/06/06 21:52:44
I'm trying to understand why this is necessary in
Han
2012/06/06 22:11:25
Hi Brett thans! The thing is this -
"content/brows
|
+ 'cflags_cc+': ['-Wno-narrowing'], |
}, |
{'target_name': 'content_common', |
'type': 'static_library', |