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

Unified Diff: third_party/libxml/libxml.gyp

Issue 211733007: clang roll 198389:202554 revolutions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no libedit dep Created 6 years, 9 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 | « build/config/compiler/BUILD.gn ('k') | tools/clang/blink_gc_plugin/Makefile » ('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 a9343fd92a5c6049e207c2007dbc984530f386c3..c005f6a89c6790666b596d12fffb8137ab965162 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -243,11 +243,14 @@
# move the `'` to its own line, but until that's landed
# suppress the warning:
'-Wno-empty-body',
+ # debugXML.c compares array 'arg' to NULL.
+ '-Wno-tautological-pointer-compare',
],
},
'cflags': [
'-Wno-pointer-sign',
'-Wno-empty-body',
+ '-Wno-tautological-pointer-compare',
# See http://crbug.com/138571#c8
'-Wno-ignored-attributes',
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/clang/blink_gc_plugin/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698