| Index: third_party/mesa/mesa.gyp
|
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
|
| index 8cba1511d89899f502643c7949330f8b19f54964..2b06eb482e72d768d3f10902147a45553770188c 100644
|
| --- a/third_party/mesa/mesa.gyp
|
| +++ b/third_party/mesa/mesa.gyp
|
| @@ -731,6 +731,7 @@
|
| 'xcode_settings': {
|
| 'WARNING_CFLAGS': [
|
| '-Wno-tautological-constant-out-of-range-compare',
|
| + '-Wno-absolute-value', # Fires on st_atom_array.c, might be a bug
|
| ],
|
| 'WARNING_CFLAGS!': [
|
| # Don't warn about string->bool used in asserts.
|
| @@ -739,6 +740,7 @@
|
| },
|
| 'cflags': [
|
| '-Wno-tautological-constant-out-of-range-compare',
|
| + '-Wno-absolute-value',
|
| ],
|
| 'cflags!': [
|
| '-Wstring-conversion',
|
|
|