mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
9fa60710f9
Fuchsia builds with -Wmissing-field-initializers. Remove these {0}s. It all seems a bit awful, but as far as I can tell from reading http://en.cppreference.com/w/cpp/language/aggregate_initialization, the 0 is unnecessary. ../../third_party/crashpad/minidump/minidump_system_info_writer_test.cc:42:27: error: missing field 'Buffer' initializer [-Werror,-Wmissing-field-initializers] MINIDUMP_STRING tmp = {0}; ^ 1 error generated. Bug: crashpad:196 Change-Id: I21f48eb24238a607475b0e92ffe5fd88386b40b6 Reviewed-on: https://chromium-review.googlesource.com/833454 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>