Fix GCC warnings

pull/836/head
Jon Beniston 2021-04-07 21:51:32 +01:00
rodzic 445c1b8615
commit d706be21a2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -142,6 +142,7 @@ bool FeatureWebAPIUtils::satelliteAOS(const QString name, const QDateTime aos, c
// Send LOS actions to all features that support it
bool FeatureWebAPIUtils::satelliteLOS(const QString name)
{
(void) name;
// Not currently required by any features
return true;
}