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:
@@ -140,7 +140,7 @@ int InterferometerWebAPIAdapter::webapiSettingsPutPatch(
|
||||
SWGSDRangel::SWGChannelSettings& response,
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) force;
|
||||
(void) force; // no action
|
||||
(void) errorMessage;
|
||||
webapiUpdateChannelSettings(m_settings, m_glScopeSettings, m_glSpectrumSettings, channelSettingsKeys, response);
|
||||
return 200;
|
||||
@@ -384,4 +384,4 @@ QColor InterferometerWebAPIAdapter::intToQColor(int intColor)
|
||||
int g = bg % 256;
|
||||
int b = bg / 256;
|
||||
return QColor(r, g, b);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user