mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-01 06:06:09 +08:00
Fixed warnings from compiler and Jenkins build
This commit is contained in:
@@ -281,6 +281,8 @@ namespace BlackMiscTest
|
||||
int b = situationsBefore.size();
|
||||
int a = situationsAfter.size();
|
||||
Q_ASSERT(a + b == numberOfTimes * numberOfCallsigns);
|
||||
Q_UNUSED(a);
|
||||
Q_UNUSED(b);
|
||||
|
||||
timer.start();
|
||||
QList<CAircraftSituationList> split = situations.splitByTime(halfTime);
|
||||
|
||||
Reference in New Issue
Block a user