1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
+1
View File
@@ -159,6 +159,7 @@ int Map::webapiRun(bool run,
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage)
{
(void) run;
(void) errorMessage;
getFeatureStateStr(*response.getState());
return 202;