Index: third_party/mesa/mesa.gyp |
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp |
index 4fc9d6b61dee8da91a2c535781fb2ef8f0eb1adf..dd55253deae218c10879c91971b3423d06cdf122 100644 |
--- a/third_party/mesa/mesa.gyp |
+++ b/third_party/mesa/mesa.gyp |
@@ -526,11 +526,14 @@ |
# 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', |
], |
}], |
], |