Merge pull request #2122 from felixhandte/unused-variables
Compile Under `-Wunused-variable`
This commit is contained in:
commit
aa9474ee9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user