Skip to content

Commit b86a1c5

Browse files
committed
Avoid a warning
1 parent 593bb94 commit b86a1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodroid/jni/xxhash.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ namespace xamarin::android
156156
class xxhash64 final
157157
{
158158
public:
159-
force_inline static constexpr XXH64_hash_t hash (const char *p, size_t len) noexcept
159+
force_inline static XXH64_hash_t hash (const char *p, size_t len) noexcept
160160
{
161161
return XXH3_64bits (static_cast<const void*>(p), len);
162162
}

0 commit comments

Comments
 (0)