| Index: third_party/mesa/BUILD.gn
|
| diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
|
| index 60caeb6d8deb23ef4508ceeb5d68eacd6e58c052..de0a6a6d1ac1304232d680dcd065f64ad51fdbb2 100644
|
| --- a/third_party/mesa/BUILD.gn
|
| +++ b/third_party/mesa/BUILD.gn
|
| @@ -125,6 +125,8 @@ config("mesa_internal_warnings") {
|
| cflags += [
|
| "-Wno-tautological-constant-out-of-range-compare",
|
| "-Wno-mismatched-tags", # Fixed upstream.
|
| + # mesa's STATIC_ASSERT() macro expands to an ununused typedef.
|
| + "-Wno-unused-local-typedef",
|
| ]
|
| }
|
| if (is_win) {
|
|
|