mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
ChunkMap::reAskPendingChunk fix unused parameter warning
This commit is contained in:
parent
5d237c8753
commit
1825b263f0
@ -257,7 +257,9 @@ void ChunkMap::setChunkCheckingResult(uint32_t chunk_number,bool check_succeeded
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ChunkMap::reAskPendingChunk(const RsPeerId& peer_id,uint32_t size_hint,uint64_t& offset,uint32_t& size)
|
bool ChunkMap::reAskPendingChunk( const RsPeerId& peer_id,
|
||||||
|
uint32_t /*size_hint*/,
|
||||||
|
uint64_t& offset, uint32_t& size)
|
||||||
{
|
{
|
||||||
// make sure that we're at the end of the file. No need to be too greedy in the middle of it.
|
// make sure that we're at the end of the file. No need to be too greedy in the middle of it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user