| Index: third_party/libxslt/libxslt.gyp
|
| diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp
|
| index 32a570318f7a6273c7c506cf8cf765d0ca31114d..b543659b40d54b549081b58bb9a297bca2c8da6a 100644
|
| --- a/third_party/libxslt/libxslt.gyp
|
| +++ b/third_party/libxslt/libxslt.gyp
|
| @@ -114,6 +114,9 @@
|
| 'clang_warning_flags': [
|
| # libxslt stores a char[3] in a `const unsigned char*`.
|
| '-Wno-pointer-sign',
|
| + # xsltDefaultRegion and xsltCalibrateTimestamps are only
|
| + # used with certain preprocessor defines set.
|
| + '-Wno-unused-function',
|
| ],
|
| },
|
| 'conditions': [
|
|
|