mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixes for various minor issues detected by Sonar Cloud
This commit is contained in:
@@ -173,7 +173,7 @@ void CServerHandler::threadRunNetwork()
|
||||
try {
|
||||
networkHandler->run();
|
||||
}
|
||||
catch (const TerminationRequestedException & e)
|
||||
catch (const TerminationRequestedException &)
|
||||
{
|
||||
logGlobal->info("Terminating network thread");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user