| Index: third_party/mesa/mesa.gyp
|
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
|
| index d1cb6bd3bb8ec767a1748636575323944aaceab4..1ed392c269e09786d03c1190ea5a7c4f23ef7651 100644
|
| --- a/third_party/mesa/mesa.gyp
|
| +++ b/third_party/mesa/mesa.gyp
|
| @@ -526,14 +526,11 @@
|
| # texenvprogram.c converts '~0' to a bitfield, which causes clang
|
| # to warn that -1 is implicitly converted to 255.
|
| '-Wno-constant-conversion',
|
| - # https://bugs.freedesktop.org/show_bug.cgi?id=51574
|
| - '-Wno-self-assign-memvar',
|
| ],
|
| },
|
| 'cflags': [
|
| '-Wno-unused-value',
|
| '-Wno-constant-conversion',
|
| - '-Wno-self-assign-memvar',
|
| ],
|
| }],
|
| ],
|
|
|