From 35195b21cafe814aca08ad3ab96e795c250f4a4b Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Mon, 31 Aug 2026 08:23:10 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 973894126 --- internal/overflow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/overflow.cc b/internal/overflow.cc index 8cc209384..79d1f24ad 100644 --- a/internal/overflow.cc +++ b/internal/overflow.cc @@ -32,7 +32,7 @@ constexpr int64_t kInt32Min = std::numeric_limits::lowest(); constexpr int64_t kInt64Max = std::numeric_limits::max(); constexpr int64_t kInt64Min = std::numeric_limits::lowest(); constexpr uint64_t kUint32Max = std::numeric_limits::max(); -ABSL_ATTRIBUTE_UNUSED constexpr uint64_t kUint64Max = +[[maybe_unused]] constexpr uint64_t kUint64Max = std::numeric_limits::max(); constexpr uint64_t kUintToIntMax = static_cast(kInt64Max); constexpr double kDoubleToIntMax = static_cast(kInt64Max);