mirror of
https://github.com/facebook/zstd.git
synced 2025-10-06 00:04:13 -04:00
Disable unused variable warning
This commit is contained in:
parent
e11783b04d
commit
778f639be9
@ -982,6 +982,7 @@ FORCE_INLINE_TEMPLATE U32
|
||||
ZSTD_row_matchMaskGroupWidth(const U32 rowEntries) {
|
||||
assert((rowEntries == 16) || (rowEntries == 32) || rowEntries == 64);
|
||||
assert(rowEntries <= ZSTD_ROW_HASH_MAX_ENTRIES);
|
||||
(void)rowEntries;
|
||||
#if defined(ZSTD_ARCH_ARM_NEON)
|
||||
if (rowEntries == 16) {
|
||||
return 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user