| Index: storage/common/BUILD.gn
|
| diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn
|
| index 35669e106f3799c9a984a04a55d09e1dc3e01b21..a524eff74ceda62c903dcb697e3c248db5f4f49a 100644
|
| --- a/storage/common/BUILD.gn
|
| +++ b/storage/common/BUILD.gn
|
| @@ -32,7 +32,10 @@ component("common") {
|
| ]
|
|
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| + configs += [
|
| + "//build/config/compiler:no_size_t_to_int_warning",
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + ]
|
|
|
| defines = [ "STORAGE_COMMON_IMPLEMENTATION" ]
|
|
|
|
|