mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -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
|
// Send LOS actions to all features that support it
|
||||||
bool FeatureWebAPIUtils::satelliteLOS(const QString name)
|
bool FeatureWebAPIUtils::satelliteLOS(const QString name)
|
||||||
{
|
{
|
||||||
|
(void) name;
|
||||||
// Not currently required by any features
|
// Not currently required by any features
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user