Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eval/public/structs/legacy_type_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class LegacyTypeProvider {
// created ones, the TypeInfoApis returned from this method should be the same
// as the ones used in value creation.
virtual std::optional<const LegacyTypeInfoApis*> ProvideLegacyTypeInfo(
ABSL_ATTRIBUTE_UNUSED absl::string_view name) const {
[[maybe_unused]] absl::string_view name) const {
return std::nullopt;
}
};
Expand Down
Loading