From 0dfa61e7570a095e694b4e7aa7646ac85ced4330 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 5 Aug 2022 18:24:02 +0400 Subject: [PATCH] fix warning --- include/magic_enum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index e861a64..59e5866 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -748,7 +748,7 @@ struct constexpr_hash_t -constexpr static Hash hash_v{}; +[[maybe_unused]] constexpr static Hash hash_v{}; template constexpr auto calculate_cases(std::size_t Page) noexcept {