Index: third_party/libxml/BUILD.gn |
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn |
index dc1c69c442d194fffe23dea9b6522d9abd1829c6..455c0ea35fdd5adce30acaebafebbb930fa5258f 100644 |
--- a/third_party/libxml/BUILD.gn |
+++ b/third_party/libxml/BUILD.gn |
@@ -174,6 +174,10 @@ static_library("libxml") { |
# debugXML.c compares array 'arg' to NULL. |
"-Wno-tautological-pointer-compare", |
+ |
+ # threads.c attempts to forward declare a pthread_equal which doesn't |
+ # match the prototype in pthreads.h |
+ "-Wno-ignored-attributes", |
] |
} |