mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Channel web API utils: fixed warning
This commit is contained in:
@@ -146,6 +146,8 @@ bool ChannelWebAPIUtils::getDeviceReport(unsigned int deviceIndex, SWGSDRangel::
|
||||
httpRC, qPrintable(errorResponse));
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ChannelWebAPIUtils::getFeatureSettings(unsigned int featureSetIndex, unsigned int featureIndex, SWGSDRangel::SWGFeatureSettings &featureSettingsResponse, Feature *&feature)
|
||||
|
||||
Reference in New Issue
Block a user