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:
parent
445c1b8615
commit
d706be21a2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user