| Index: third_party/libxml/libxml.gyp
|
| diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
|
| index 584bba8d4a7b29dd52e40d037c70e82b18bd38c0..493ed044db387596ec9f3d6fca7717f7af8f0e91 100644
|
| --- a/third_party/libxml/libxml.gyp
|
| +++ b/third_party/libxml/libxml.gyp
|
| @@ -217,6 +217,9 @@
|
| # libxml passes a volatile LPCRITICAL_SECTION* to a function
|
| # expecting a void* volatile*.
|
| '-Wno-incompatible-pointer-types',
|
| + # trio_is_special_quantity and trio_is_negative are only
|
| + # used with certain preprocessor defines set.
|
| + '-Wno-unused-function',
|
| ],
|
| },
|
| 'include_dirs': [
|
|
|