mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +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_setLdmHashEveryLog(g_ldmHashEveryLog);
|
||||||
}
|
}
|
||||||
BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast, &compressionParams);
|
BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast, &compressionParams);
|
||||||
|
#else
|
||||||
|
(void)bench_nbSeconds; (void)blockSize; (void)setRealTimePrio; (void)separateFiles;
|
||||||
#endif
|
#endif
|
||||||
(void)bench_nbSeconds; (void)blockSize; (void)setRealTimePrio;
|
|
||||||
goto _end;
|
goto _end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user