]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor : fixed zstd-frugal
authorYann Collet <cyan@fb.com>
Fri, 3 Feb 2017 00:19:09 +0000 (16:19 -0800)
committerYann Collet <cyan@fb.com>
Fri, 3 Feb 2017 00:19:09 +0000 (16:19 -0800)
fixed a minor unused variable warning when compiling zstd-frugal target

programs/zstdcli.c

index 9df2a4cb2564ed710042ed84b0791dd377d1509e..6ca294fc296ada38e1c2fce0e1932bbf8b10f23c 100644 (file)
@@ -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;
     }