diff options
-rw-r--r-- | compat/int-hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |