minor : fixed zstd-frugal
fixed a minor unused variable warning when compiling zstd-frugal target
This commit is contained in:
parent
4dfabc45d9
commit
3dc85bae66
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user