diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index c005f6a..a9343fd 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -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', |