unused params warnings removed
This commit is contained in:
@@ -241,7 +241,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
virtual void channelStateChange(Channel::shared_pointer const &channel, Channel::ConnectionState connectionState)
|
||||
virtual void channelStateChange(Channel::shared_pointer const & /*channel*/, Channel::ConnectionState connectionState)
|
||||
{
|
||||
if (connectionState == Channel::CONNECTED)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user