1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Fixed -Wunused-parameter warnings

This commit is contained in:
f4exb
2020-11-14 11:13:32 +01:00
parent f668863aed
commit 55eb6cc951
157 changed files with 290 additions and 237 deletions
@@ -221,6 +221,7 @@ int GS232Controller::webapiRun(bool run,
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage)
{
(void) errorMessage;
getFeatureStateStr(*response.getState());
MsgStartStop *msg = MsgStartStop::create(run);
getInputMessageQueue()->push(msg);