diff --git a/src/blackgui/editors/matchingform.cpp b/src/blackgui/editors/matchingform.cpp index af80d7f25..482fb1a30 100644 --- a/src/blackgui/editors/matchingform.cpp +++ b/src/blackgui/editors/matchingform.cpp @@ -86,7 +86,7 @@ namespace BlackGui CStatusMessageList CMatchingForm::validate(bool withNestedForms) const { - Q_UNUSED(withNestedForms); + Q_UNUSED(withNestedForms) return CStatusMessageList(); } diff --git a/src/blackmisc/simulation/categorymatcher.cpp b/src/blackmisc/simulation/categorymatcher.cpp index bd51f7066..581e1a6de 100644 --- a/src/blackmisc/simulation/categorymatcher.cpp +++ b/src/blackmisc/simulation/categorymatcher.cpp @@ -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())