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

Unified Diff: content/content.gyp

Issue 10537037: Fix gcc 4.7 building problems - cont' (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
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',

Powered by Google App Engine
This is Rietveld 408576698