Index: third_party/mesa/BUILD.gn |
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn |
index 2d4ec15e9be3fccb2e16559c429f9891e94fd6be..40964887d8343e615ce58a4bd9d3d93420469265 100644 |
--- a/third_party/mesa/BUILD.gn |
+++ b/third_party/mesa/BUILD.gn |
@@ -116,6 +116,7 @@ config("mesa_internal_warnings") { |
cflags += [ |
"-Wno-tautological-constant-out-of-range-compare", |
"-Wno-mismatched-tags", # Fixed upstream. |
+ "-Wno-incompatible-pointer-types", |
] |
} |
if (is_win) { |