Merge "crash_reporter: Fix a -Wmissing-field-initializers warning."

am: 2913fa1908

* commit '2913fa190831ff224e7a0ef1311c345fe67c758f':
  crash_reporter: Fix a -Wmissing-field-initializers warning.
This commit is contained in:
James Hawkins 2016-02-26 23:38:42 +00:00 committed by android-build-merger
commit df5ac40d6d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ TEST_F(CrashCollectorTest, Sanitize) {
}
TEST_F(CrashCollectorTest, FormatDumpBasename) {
struct tm tm = {0};
struct tm tm = {};
tm.tm_sec = 15;
tm.tm_min = 50;
tm.tm_hour = 13;