Skip to content
Merged
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/compiler/constant_folding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ConstantFoldingExtension : public ProgramOptimizer {
static constexpr size_t kComprehensionSlotCount = 0;

absl_nullable std::shared_ptr<google::protobuf::Arena> shared_arena_;
ABSL_ATTRIBUTE_UNUSED
[[maybe_unused]]
absl_nullable std::shared_ptr<google::protobuf::MessageFactory> shared_message_factory_;
Activation empty_;
FlatExpressionEvaluatorState state_;
Expand Down
Loading