Chromium Code Reviews| 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', |
|
fbarchard
2015/07/10 19:26:42
Does this option not work on arm/mips?
Nico
2015/07/10 19:28:38
It should work everywhere where we use chromium's
Sam McNally
2015/07/13 08:00:26
This is disabling a warning that is only triggered
|
| + ], |
| + }, |
| }], |
| ['OS!="win"', { |
| 'product_name': 'chrome_zlib', |