commit | c0a0aab0eae15a3f1bd765ae087fe3cc8f3aa8f8 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Wed Aug 04 07:51:05 2021 -0400 |
committer | Tamir Duberstein <tamird@google.com> | Wed Aug 04 07:51:05 2021 -0400 |
tree | 1048958c429df8a272334b46e2d18bf986c93195 | |
parent | 440b8e3813391c8e50127c236dda6d11788f98ed [diff] |
Disallow missing field initializers Change-Id: Ie752121084034432187a5dd7e2950c27994cd13a
diff --git a/BUILD.gn b/BUILD.gn index 0c9d0a9..ca87c9b 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -46,8 +46,6 @@ "-Wno-implicit-float-conversion", "-Wno-implicit-int-conversion", "-Wno-implicit-int-float-conversion", - # TODO(https://github.com/protocolbuffers/protobuf/pull/8859): Remove this. - "-Wno-missing-field-initializers", "-Wno-shorten-64-to-32", "-Wno-sign-compare", ]