mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 14:47:19 +08:00
Fix cppcheck and compiler warnings
This commit is contained in:
@@ -862,7 +862,6 @@ namespace BlackCore
|
||||
const CAircraftMatcherSetup setup = m_aircraftMatcher.getSetup();
|
||||
if (setup.doModelAddFailover())
|
||||
{
|
||||
const CCallsign cs = remoteAircraft.getCallsign();
|
||||
const int trial = m_failoverAddingCounts.value(cs, 0);
|
||||
if (trial < MaxModelAddedFailoverTrials)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user