summaryrefslogtreecommitdiffstats
path: root/third_party/libxml
diff options
context:
space:
mode:
authordalecurtis <dalecurtis@chromium.org>2014-08-29 11:27:46 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-29 18:29:29 +0000
commit54d9265014bce6db79a5a0364031e29e031c8d26 (patch)
treef25dd90b63a8ed6d0a4041064025b7043f264737 /third_party/libxml
parent7c132d2e67ce5ebc5d32df5994028f4a419217db (diff)
downloadchromium_src-54d9265014bce6db79a5a0364031e29e031c8d26.zip
chromium_src-54d9265014bce6db79a5a0364031e29e031c8d26.tar.gz
chromium_src-54d9265014bce6db79a5a0364031e29e031c8d26.tar.bz2
Various GN fixes.
- Fixes gcc_version issues on gTrusty. - Fixes accidental duplicate in input_events build file. - Fixes spammy warnings in libxml. BUG=none TEST=builds Review URL: https://codereview.chromium.org/518543004 Cr-Commit-Position: refs/heads/master@{#292669}
Diffstat (limited to 'third_party/libxml')
-rw-r--r--third_party/libxml/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn
index dc1c69c..455c0ea 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",
]
}