mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix minor unused variable warning
This commit is contained in:
parent
c583c2c39e
commit
19541b4d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1350,7 +1350,7 @@ int main(int argCount, const char* argv[])
|
|||
if (operation == zom_compress)
|
||||
DISPLAYLEVEL(4, "Compressing with %u worker threads \n", nbWorkers);
|
||||
#else
|
||||
(void)singleThread; (void)nbWorkers; (void)defaultLogicalCores;
|
||||
(void)singleThread; (void)nbWorkers; (void)defaultLogicalCores; (void)setThreads_non1;
|
||||
#endif
|
||||
|
||||
g_utilDisplayLevel = g_displayLevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue