mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 14:39:40 +00:00
fix minor cast warning
This commit is contained in:
parent
f533356c96
commit
e9a9c7f753
2
xxh3.h
2
xxh3.h
@ -2529,7 +2529,7 @@ XXH_PUBLIC_API XXH128_hash_t
|
||||
XXH3_128bits_withSecret(const void* input, size_t len, const void* secret, size_t secretSize)
|
||||
{
|
||||
return XXH3_128bits_internal(input, len, 0,
|
||||
secret, secretSize,
|
||||
(const xxh_u8*)secret, secretSize,
|
||||
XXH3_hashLong_128b_defaultSecret);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user