From 43de471a6a0092256c805dda941b4e16591afbcc Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 16 Apr 2021 06:32:10 -0400 Subject: Clear MSVC warnings (GH #1025) --- lsh512.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsh512.cpp') diff --git a/lsh512.cpp b/lsh512.cpp index fb8f4bd2..09177fef 100644 --- a/lsh512.cpp +++ b/lsh512.cpp @@ -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); } -- cgit v1.2.1