1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fixed minor warning (unused variable) in fuzzer

This commit is contained in:
Yann Collet
2017-01-19 13:46:30 -08:00
parent 736788f8e8
commit f22adae984
2 changed files with 4 additions and 8 deletions

View File

@ -561,7 +561,7 @@ int main(int argCount, const char* argv[])
} }
#endif
/* No warning message in pipe mode (stdin + stdout) or multi-files mode */
/* No status message in pipe mode (stdin - stdout) or multi-files mode */
if (!strcmp(filenameTable[0], stdinmark) && outFileName && !strcmp(outFileName,stdoutmark) && (displayLevel==2)) displayLevel=1;
if ((filenameIdx>1) & (displayLevel==2)) displayLevel=1;