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

Unified Diff: third_party/libxml/libxml.gyp

Issue 10827405: roll clang 161353:161757 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp Created 8 years, 4 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 | « base/allocator/allocator.gyp ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/libxml.gyp
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
index a180ee6e671d0b18b81e796d42d5e0b32a79a220..ec572bd5384a04585ee77a1db56d4bb03d85b823 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -247,6 +247,9 @@
'cflags': [
'-Wno-pointer-sign',
'-Wno-empty-body',
+
+ # See http://crbug.com/138571#c8
+ '-Wno-ignored-attributes',
],
}],
],
« no previous file with comments | « base/allocator/allocator.gyp ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698