Index: third_party/mesa/BUILD.gn |
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn |
index 9d339946a27b5fd368441038ce65ac2a2ee2d7fd..48b772c6e0eb873f53bd3e405e4410822db2e43e 100644 |
--- a/third_party/mesa/BUILD.gn |
+++ b/third_party/mesa/BUILD.gn |
@@ -113,7 +113,7 @@ config("mesa_internal_config") { |
if (is_win) { |
# TODO(scottmg): http://crbug.com/143877 These should be removed if |
# Mesa is ever rolled and the warnings are fixed. |
- cflags = [ |
+ cflags += [ |
"/wd4005", # Macro defined twice. |
"/wd4065", # Switch statement contains 'default' but no 'case' labels. |
"/wd4090", # 'Operation' : different 'modifier' qualifiers |