removed long-range-mode tests from zstreamtest --no-big-tests

This commit is contained in:
Yann Collet
2017-11-29 16:42:20 -08:00
parent 998a93b784
commit d3c59edac9
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool)
return poolSize + totalBufferSize;
}
static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* bufPool, size_t bSize)
static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize)
{
ZSTD_pthread_mutex_lock(&bufPool->poolMutex);
DEBUGLOG(4, "ZSTDMT_setBufferSize: bSize = %u", (U32)bSize);