| Index: third_party/zlib/zlib.gyp
|
| diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp
|
| index bb478ceeb336fcc9281c8101ba84faf76f98d89c..42e4e9508499fc2f6da0083882edbd508265edcf 100644
|
| --- a/third_party/zlib/zlib.gyp
|
| +++ b/third_party/zlib/zlib.gyp
|
| @@ -81,6 +81,11 @@
|
| 'conditions': [
|
| ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', {
|
| 'sources' : [ 'x86.c', ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + '-Wno-incompatible-pointer-types',
|
| + ],
|
| + },
|
| }],
|
| ['OS!="win"', {
|
| 'product_name': 'chrome_zlib',
|
|
|