Skip to content

Commit

Permalink
Avoid a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Feb 16, 2024
1 parent 593bb94 commit b86a1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monodroid/jni/xxhash.hh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace xamarin::android
class xxhash64 final
{
public:
force_inline static constexpr XXH64_hash_t hash (const char *p, size_t len) noexcept
force_inline static XXH64_hash_t hash (const char *p, size_t len) noexcept
{
return XXH3_64bits (static_cast<const void*>(p), len);
}
Expand Down

0 comments on commit b86a1c5

Please sign in to comment.