mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
fixed attempt : minor Visual sign conversion warning
This commit is contained in:
parent
b26728c9c8
commit
944be54774
@ -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==-(1ULL));
|
ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(U64)(-(1ULL)));
|
||||||
return cctx;
|
return cctx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user