minor declaration statement warning fix

dev
Yann Collet 2017-06-19 11:53:42 -07:00
parent d7a3bffba9
commit 688952062b
1 changed files with 0 additions and 1 deletions

View File

@ -1305,7 +1305,6 @@ static int fuzzerTests_newAPI(U32 seed, U32 nbTests, unsigned startTest, double
if (dict && dictSize) {
/* test that compression parameters are correctly rejected after setting a dictionary */
DISPLAYLEVEL(5, "setting windowLog while dict!=NULL \n");
size_t const setError = ZSTD_CCtx_setParameter(zc, ZSTD_p_windowLog, cParams.windowLog-1) ;
CHECK(!ZSTD_isError(setError), "ZSTD_CCtx_setParameter should have failed");
}