mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 20:52:30 +02:00
Fix all unused parameter warnings (issue #260)
This commit is contained in:
parent
828ac404eb
commit
48c66a1d08
13 changed files with 60 additions and 60 deletions
|
@ -692,7 +692,7 @@ namespace stream
|
|||
}
|
||||
}
|
||||
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code& ecode)
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code&)
|
||||
{
|
||||
if (m_IsAckSendScheduled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue