mirror of
https://github.com/lz4/lz4.git
synced 2024-11-27 11:53:59 +08:00
fix pedantic warning
This commit is contained in:
parent
2e867a5ab6
commit
c379947b61
@ -1964,7 +1964,7 @@ static BufferPool* LZ4IO_createBufferPool(size_t bufSize)
|
||||
bp->availNext = 0;
|
||||
bp->usedIdx = 0;
|
||||
return bp;
|
||||
};
|
||||
}
|
||||
|
||||
static Buffer BufPool_getBuffer(BufferPool* bp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user