mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Clear MSVC warnings (GH #1025)
This commit is contained in:
parent
6ca3fbda63
commit
43de471a6a
@ -130,7 +130,7 @@ inline lsh_u64 loadLE64(lsh_u64 v) {
|
||||
return ConditionalByteReverse(LITTLE_ENDIAN_ORDER, v);
|
||||
}
|
||||
|
||||
lsh_u64 ROTL64(lsh_u64 x, lsh_u64 r) {
|
||||
lsh_u64 ROTL64(lsh_u64 x, lsh_u32 r) {
|
||||
return rotlFixed(x, r);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user