mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 14:52:28 -04:00
Fix all warnings in UnitTest
This commit is contained in:
parent
e3240de8e0
commit
aa05d60894
25 changed files with 95 additions and 93 deletions
|
@ -97,7 +97,7 @@ SetPacket &SetServiceTester::examinePacket(uint32_t idx)
|
|||
return mPackets[idx];
|
||||
}
|
||||
|
||||
bool SetServiceTester::injectPacket(const SetPacket &pkt)
|
||||
bool SetServiceTester::injectPacket(const SetPacket &/*pkt*/)
|
||||
{
|
||||
std::cerr << "SetServiceTester::injectPacket() Incomplete";
|
||||
std::cerr << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue