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 {