Skip to content

Commit a546afa

Browse files
CEL Dev Teamcopybara-github
CEL Dev Team
authored andcommitted
Add a [[maybe_unused]] annotation
PiperOrigin-RevId: 691049754
1 parent 02cbb35 commit a546afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/well_known_types.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,8 @@ absl::StatusOr<FieldMaskReflection> GetFieldMaskReflection(
17391739

17401740
namespace {
17411741

1742-
ABSL_CONST_INIT absl::once_flag link_well_known_message_reflection;
1742+
[[maybe_unused]] ABSL_CONST_INIT absl::once_flag
1743+
link_well_known_message_reflection;
17431744

17441745
void LinkWellKnownMessageReflection() {
17451746
google::protobuf::LinkMessageReflection<google::protobuf::BoolValue>();

0 commit comments

Comments
 (0)