mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Redirect failed test result to INTOVOID and update comment about parsing fast command
This commit is contained in:
@ -561,7 +561,7 @@ int main(int argCount, const char* argv[])
|
||||
continue;
|
||||
}
|
||||
if (longCommandWArg(&argument, "--fast")) {
|
||||
/* Parse optional window log */
|
||||
/* Parse optional acceleration factor */
|
||||
if (*argument == '=') {
|
||||
U32 fastLevel;
|
||||
++argument;
|
||||
|
Reference in New Issue
Block a user