From 5a1dacd18838536fd1934a3388e0364e5a53bee3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Oct 2023 05:07:32 +0200 Subject: ddd --- compat/int-hash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/int-hash.cpp b/compat/int-hash.cpp index 0ab83c6c..5c009b4e 100644 --- a/compat/int-hash.cpp +++ b/compat/int-hash.cpp @@ -6,6 +6,7 @@ namespace floormat { namespace { +[[maybe_unused]] CORRADE_ALWAYS_INLINE uint32_t FNVHash_32(uint32_t x) { const auto *str = (const char*)&x, *end = str + 4; -- cgit v1.2.3