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:
@@ -43,6 +43,7 @@ int FileSourceWebAPIAdapter::webapiSettingsPutPatch(
|
||||
SWGSDRangel::SWGChannelSettings& response,
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) force; // no action
|
||||
(void) errorMessage;
|
||||
FileSource::webapiUpdateChannelSettings(m_settings, channelSettingsKeys, response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user