We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[[maybe_unused]]
1 parent 02cbb35 commit a546afaCopy full SHA for a546afa
internal/well_known_types.cc
@@ -1739,7 +1739,8 @@ absl::StatusOr<FieldMaskReflection> GetFieldMaskReflection(
1739
1740
namespace {
1741
1742
-ABSL_CONST_INIT absl::once_flag link_well_known_message_reflection;
+[[maybe_unused]] ABSL_CONST_INIT absl::once_flag
1743
+ link_well_known_message_reflection;
1744
1745
void LinkWellKnownMessageReflection() {
1746
google::protobuf::LinkMessageReflection<google::protobuf::BoolValue>();
0 commit comments