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

Unified Diff: trunk/src/third_party/libxml/libxml.gyp

Issue 211493005: Revert 259371 "clang roll 198389:202554 reloaded" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | « trunk/src/build/config/compiler/BUILD.gn ('k') | trunk/src/tools/clang/blink_gc_plugin/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/third_party/libxml/libxml.gyp
===================================================================
--- trunk/src/third_party/libxml/libxml.gyp (revision 259377)
+++ trunk/src/third_party/libxml/libxml.gyp (working copy)
@@ -243,14 +243,11 @@
# 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',
« no previous file with comments | « trunk/src/build/config/compiler/BUILD.gn ('k') | trunk/src/tools/clang/blink_gc_plugin/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698