diff options
Diffstat (limited to 'third_party/libxslt')
-rw-r--r-- | third_party/libxslt/libxslt.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp index dea6ae8..4ac5e6c 100644 --- a/third_party/libxslt/libxslt.gyp +++ b/third_party/libxslt/libxslt.gyp @@ -108,17 +108,6 @@ }, 'conditions': [ ['OS!="win"', {'product_name': 'xslt'}], - ['clang == 1', { - 'xcode_settings': { - 'WARNING_CFLAGS': [ - # libxslt stores a char[3] in a `const unsigned char*`. - '-Wno-pointer-sign', - ], - }, - 'cflags': [ - '-Wno-pointer-sign', - ], - }], ], }], ], |