mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Fixed -Wunused-parameter warnings
This commit is contained in:
@@ -1753,6 +1753,7 @@ int LimeSDRMIMO::webapiRunGet(
|
||||
SWGSDRangel::SWGDeviceState& response,
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) subsystemIndex;
|
||||
(void) errorMessage;
|
||||
m_deviceAPI->getDeviceEngineStateStr(*response.getState());
|
||||
return 200;
|
||||
@@ -2334,4 +2335,4 @@ void LimeSDRMIMO::networkManagerFinished(QNetworkReply *reply)
|
||||
}
|
||||
|
||||
reply->deleteLater();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user