diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 9df2a4cb2..6ca294fc2 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -576,6 +576,7 @@ int main(int argCount, const char* argv[]) BMK_setNbSeconds(bench_nbSeconds); BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast, &compressionParams); #endif + (void)bench_nbSeconds; goto _end; }