mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Fixed -Wunused-parameter warnings
This commit is contained in:
@@ -45,6 +45,7 @@ int FCDProWebAPIAdapter::webapiSettingsPutPatch(
|
||||
SWGSDRangel::SWGDeviceSettings& response, // query + response
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) force; // no action
|
||||
(void) errorMessage;
|
||||
FCDProInput::webapiUpdateDeviceSettings(m_settings, deviceSettingsKeys, response);
|
||||
return 200;
|
||||
|
||||
Reference in New Issue
Block a user