mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Use Unused Variable
This commit is contained in:
@ -1285,7 +1285,8 @@ int main(int const argCount, const char* argv[])
|
|||||||
|
|
||||||
/* Compare strategies constant with the ground truth */
|
/* Compare strategies constant with the ground truth */
|
||||||
{ ZSTD_bounds strategyBounds = ZSTD_cParam_getBounds(ZSTD_c_strategy);
|
{ ZSTD_bounds strategyBounds = ZSTD_cParam_getBounds(ZSTD_c_strategy);
|
||||||
assert(ZSTD_NB_STRATEGIES == strategyBounds.upperBound);}
|
assert(ZSTD_NB_STRATEGIES == strategyBounds.upperBound);
|
||||||
|
(void)strategyBounds; }
|
||||||
|
|
||||||
if (showDefaultCParams) {
|
if (showDefaultCParams) {
|
||||||
size_t fileNb;
|
size_t fileNb;
|
||||||
|
Reference in New Issue
Block a user