diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 91af49e24..8b4186207 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -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; }