mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -1176,7 +1176,7 @@ namespace BlackMisc
|
||||
// but to make sure we do the search
|
||||
const qint64 ts = partsList.latestTimestampMsecsSinceEpoch() - MaxPartsAgePerCallsignSecs * 1000;
|
||||
partsList.removeBefore(ts);
|
||||
Q_ASSERT_X(partsList.size() >= 1, Q_FUNC_INFO, "Need at least 1 value");
|
||||
Q_ASSERT_X(!partsList.isEmpty(), Q_FUNC_INFO, "Need at least 1 value");
|
||||
}
|
||||
|
||||
const CCallsign &IRemoteAircraftProvider::testAltitudeOffsetCallsign()
|
||||
|
||||
Reference in New Issue
Block a user