1
0
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:
f4exb
2018-03-03 10:06:47 +01:00
parent 34bdfbf495
commit 2b1d5f0838
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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");