Use Unused Variable

dev
W. Felix Handte 2020-05-08 16:42:15 -04:00
parent a036f60255
commit 376c26bf56
1 changed files with 2 additions and 1 deletions

View File

@ -1285,7 +1285,8 @@ int main(int const argCount, const char* argv[])
/* Compare strategies constant with the ground truth */
{ 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) {
size_t fileNb;