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

Unified Diff: third_party/libxml/BUILD.gn

Issue 418453002: Improve content test GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | « ppapi/ppapi_tests.gypi ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698