Index: build/secondary/third_party/crashpad/crashpad/client/BUILD.gn |
diff --git a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn |
index 3983c995d5cfa2983b3d5c1281cb51dc474d51dc..d10cb6303dac7851d71d1f1c3c818f0bd0013022 100644 |
--- a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn |
+++ b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn |
@@ -48,5 +48,6 @@ source_set("client") { |
if (is_win) { |
libs = [ "rpcrt4.lib" ] |
+ cflags = [ "/wd4201" ] # nonstandard extension used : nameless struct/union. |
} |
} |