diff options
Diffstat (limited to 'src/zenremotestore/chunking/chunking.cpp')
| -rw-r--r-- | src/zenremotestore/chunking/chunking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenremotestore/chunking/chunking.cpp b/src/zenremotestore/chunking/chunking.cpp index 71f0a06e4..91d54f111 100644 --- a/src/zenremotestore/chunking/chunking.cpp +++ b/src/zenremotestore/chunking/chunking.cpp @@ -37,7 +37,7 @@ static const uint32_t BuzhashTable[] = { }; // ROL operation (compiler turns this into a ROL when optimizing) -ZEN_FORCEINLINE static uint32_t +ZEN_FORCEINLINE static inline uint32_t Rotate32(uint32_t Value, size_t RotateCount) { RotateCount &= 31; |