mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fixed -Woverloaded-virtual warnings
This commit is contained in:
@@ -103,7 +103,7 @@ int WebAPIAdapterGUI::instanceSummary(
|
||||
}
|
||||
|
||||
int WebAPIAdapterGUI::instanceDelete(
|
||||
SWGSDRangel::SWGInstanceSummaryResponse& response __attribute__((unused)),
|
||||
SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)),
|
||||
SWGSDRangel::SWGErrorResponse& error)
|
||||
{
|
||||
*error.getMessage() = QString("Not supported in GUI instance");
|
||||
|
||||
Reference in New Issue
Block a user