mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
fixed : unused argument in printf
This commit is contained in:
parent
bd39d54576
commit
b12b369817
@ -189,7 +189,7 @@ static int basicUnitTests(U32 seed, double compressibility)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Byte-by-byte decompression test */
|
/* Byte-by-byte decompression test */
|
||||||
DISPLAYLEVEL(4, "test%3i : decompress byte-by-byte : ", testNb++, COMPRESSIBLE_NOISE_LENGTH);
|
DISPLAYLEVEL(4, "test%3i : decompress byte-by-byte : ", testNb++);
|
||||||
ZBUFF_decompressInitDictionary(zd, CNBuffer, 128 KB);
|
ZBUFF_decompressInitDictionary(zd, CNBuffer, 128 KB);
|
||||||
{ size_t r = 1, pIn=0, pOut=0;
|
{ size_t r = 1, pIn=0, pOut=0;
|
||||||
while (r) {
|
while (r) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user