Index: third_party/libxml/BUILD.gn |
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn |
index e3f26a16a0aab64d6ef74f31ae241b202b9e78d1..dc1c69c442d194fffe23dea9b6522d9abd1829c6 100644 |
--- a/third_party/libxml/BUILD.gn |
+++ b/third_party/libxml/BUILD.gn |
@@ -172,16 +172,9 @@ static_library("libxml") { |
# line, but until that's landed suppress the warning: |
"-Wno-empty-body", |
- # See http://crbug.com/138571#c8 |
- "-Wno-ignored-attributes", |
+ # debugXML.c compares array 'arg' to NULL. |
+ "-Wno-tautological-pointer-compare", |
] |
- if (is_mac) { |
- # Mac Clang warnings. |
- cflags += [ |
- # debugXML.c compares array 'arg' to NULL. |
- "-Wno-tautological-pointer-compare", |
- ] |
- } |
} |
include_dirs = [ |