1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix GCC warnings

This commit is contained in:
Jon Beniston 2021-04-07 21:51:32 +01:00
parent 445c1b8615
commit d706be21a2

View File

@ -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;
}