This commit is contained in:
Klaus Basan
2019-10-29 00:50:40 +01:00
committed by Mat Sutcliffe
parent cb1e56d7e3
commit f986e9ca8b
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ namespace BlackGui
CStatusMessageList CMatchingForm::validate(bool withNestedForms) const
{
Q_UNUSED(withNestedForms);
Q_UNUSED(withNestedForms)
return CStatusMessageList();
}

View File

@@ -61,7 +61,7 @@ namespace BlackMisc
CAircraftModelList CCategoryMatcher::reduceByCategories(const CAircraftModelList &alreadyMatchedModels, const CAircraftModelList &modelSet, const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log) const
{
Q_UNUSED(shortLog);
Q_UNUSED(shortLog)
reduced = false;
if (!setup.useCategoryMatching())