Commit c7ce19d5 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Commit Bot

Make LAZY_INSTANCE_INITIALIZER -Wmissing-field-initializers friendly

If libbase is compiled with -Wmissing-field-initializers this is causing
warning to be generated.

Change-Id: I446160d4c94bb59dd23f2f151004a8bfaeae832d
Reviewed-on: https://chromium-review.googlesource.com/1161927Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580794}
parent 581f1e62
......@@ -55,7 +55,7 @@
// LazyInstance uses its own struct initializer-list style static
// initialization, which does not require a constructor.
#define LAZY_INSTANCE_INITIALIZER {0}
#define LAZY_INSTANCE_INITIALIZER {}
namespace base {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment