From 8310074c583a41f835a342e159d8297e49342f66 Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Fri, 28 Aug 2026 12:28:56 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 972730125 --- runtime/internal/runtime_env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/internal/runtime_env.h b/runtime/internal/runtime_env.h index cb9d9b93d..efc68cd5f 100644 --- a/runtime/internal/runtime_env.h +++ b/runtime/internal/runtime_env.h @@ -70,7 +70,7 @@ struct RuntimeEnv final { bool IsInitialized() const { return well_known_types.IsInitialized(); } - ABSL_ATTRIBUTE_UNUSED + [[maybe_unused]] const absl_nonnull std::shared_ptr descriptor_pool;