mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
zstdcli: fixed minor warning when bench module not enabled
one variable defined but not used
This commit is contained in:
@ -773,8 +773,9 @@ int main(int argCount, const char* argv[])
|
||||
BMK_setLdmHashEveryLog(g_ldmHashEveryLog);
|
||||
}
|
||||
BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast, &compressionParams);
|
||||
#else
|
||||
(void)bench_nbSeconds; (void)blockSize; (void)setRealTimePrio; (void)separateFiles;
|
||||
#endif
|
||||
(void)bench_nbSeconds; (void)blockSize; (void)setRealTimePrio;
|
||||
goto _end;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user