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', |