Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index 7a1828a611b246692b0e83b43a54f9120858fe08..2ccab3aa017ee48c487fc38cbca7cb7678b6356d 100644 |
--- a/breakpad/BUILD.gn |
+++ b/breakpad/BUILD.gn |
@@ -771,6 +771,14 @@ if (is_win) { |
"src/common/windows/string_utils-inl.h", |
"src/google_breakpad/common/minidump_format.h", |
] |
+ config("breakpad_handler_warnings") { |
+ if (is_clang) { |
+ # See https://code.google.com/p/google-breakpad/issues/detail?id=658. |
+ cflags = [ "-Wno-reorder" ] |
+ } |
+ } |
+ |
+ configs += [ ":breakpad_handler_warnings" ] |
} |
source_set("breakpad_sender") { |