mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-15 01:01:46 +02:00
Fix linter warnings
This commit is contained in:
parent
9d214375d3
commit
42f7f2698e
31 changed files with 131 additions and 116 deletions
|
@ -45,7 +45,7 @@ ControlSessionTcp::ControlSessionTcp(ControlMessageReceiver* receiver, tcp::sock
|
|||
ControlSessionTcp::~ControlSessionTcp()
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "ControlSessionTcp::~ControlSessionTcp()\n";
|
||||
stop();
|
||||
stop(); // NOLINT
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue