| Index: third_party/mesa/mesa.gyp
|
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
|
| index 462a3acc43191232e4240506a8b01fdb485fd085..931c5e017790683a62d82ba0097bc4842c79589f 100644
|
| --- a/third_party/mesa/mesa.gyp
|
| +++ b/third_party/mesa/mesa.gyp
|
| @@ -132,6 +132,7 @@
|
| 'variables': {
|
| 'clang_warning_flags': [
|
| '-Wno-tautological-constant-out-of-range-compare',
|
| + '-Wno-mismatched-tags', # Fixed upstream.
|
| ],
|
| 'clang_warning_flags_unset': [
|
| # Don't warn about string->bool used in asserts.
|
| @@ -270,6 +271,7 @@
|
| 'clang_warning_flags': [
|
| '-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.
|
| ],
|
| 'clang_warning_flags_unset': [
|
| # Don't warn about string->bool used in asserts.
|
|
|