fix attempt 2 : Visual sign conversion warning
This commit is contained in:
parent
944be54774
commit
d3de3d51a3
@ -153,7 +153,7 @@ ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem)
|
|||||||
cctx->customMem = customMem;
|
cctx->customMem = customMem;
|
||||||
cctx->compressionLevel = ZSTD_CLEVEL_DEFAULT;
|
cctx->compressionLevel = ZSTD_CLEVEL_DEFAULT;
|
||||||
ZSTD_STATIC_ASSERT(zcss_init==0);
|
ZSTD_STATIC_ASSERT(zcss_init==0);
|
||||||
ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(U64)(-(1ULL)));
|
ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(0ULL - 1));
|
||||||
return cctx;
|
return cctx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user