| Index: third_party/mesa/mesa.gyp
|
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
|
| index e87e57145441860235d49358cdb17914e3186bf0..7f8d5f53bba88a663e9188f57a07a11cbc0b96d5 100644
|
| --- a/third_party/mesa/mesa.gyp
|
| +++ b/third_party/mesa/mesa.gyp
|
| @@ -275,6 +275,8 @@
|
| '-Wno-tautological-constant-out-of-range-compare',
|
| '-Wno-absolute-value', # Fires on st_atom_array.c, might be a bug
|
| '-Wno-mismatched-tags', # Fixed upstream.
|
| + # mesa's STATIC_ASSERT() macro expands to an ununused typedef.
|
| + '-Wno-unused-local-typedef',
|
| ],
|
| 'clang_warning_flags_unset': [
|
| # Don't warn about string->bool used in asserts.
|
|
|