From bf670878822d55e04537a16c619f5c8207d5a672 Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Sun, 30 Aug 2026 23:58:03 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 973696886 --- eval/compiler/constant_folding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/compiler/constant_folding.cc b/eval/compiler/constant_folding.cc index 118fc94c5..fa12a8e6d 100644 --- a/eval/compiler/constant_folding.cc +++ b/eval/compiler/constant_folding.cc @@ -96,7 +96,7 @@ class ConstantFoldingExtension : public ProgramOptimizer { static constexpr size_t kComprehensionSlotCount = 0; absl_nullable std::shared_ptr shared_arena_; - ABSL_ATTRIBUTE_UNUSED + [[maybe_unused]] absl_nullable std::shared_ptr shared_message_factory_; Activation empty_; FlatExpressionEvaluatorState state_;