1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Fix gcc warnings

This commit is contained in:
Jon Beniston
2021-01-13 23:03:55 +00:00
parent 2094a01ae7
commit af7e69c7c1
13 changed files with 26 additions and 17 deletions
+2
View File
@@ -221,6 +221,8 @@ int APRS::webapiRun(bool run,
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage)
{
(void) run;
(void) response;
(void) errorMessage;
//getFeatureStateStr(*response.getState());
//MsgStartStopIGate *msg = MsgStartStopIGate::create(run);