Again unused error warning. Fixed

This commit is contained in:
Danila Kutenin 2022-05-23 14:51:47 +00:00
parent 6b561d230f
commit 9166c6ae20

View File

@ -963,6 +963,7 @@ 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;