summaryrefslogtreecommitdiffhomepage
path: root/compat/int-hash.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-08 05:07:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-08 05:08:50 +0200
commit5a1dacd18838536fd1934a3388e0364e5a53bee3 (patch)
tree7bdfe8d627e18b586afc7d36c2b4ef5cc0ad9970 /compat/int-hash.cpp
parentdb6a999bc99b7749ceaf353c7042d3bb05c0e38a (diff)
ddd
Diffstat (limited to 'compat/int-hash.cpp')
-rw-r--r--compat/int-hash.cpp1
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;