More warning fixes

This commit is contained in:
Jean-Francois Dockes 2020-04-17 14:53:31 +01:00
parent 71b03da3ea
commit d693df6339
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ void RclMain::execRTITool()
{ {
showRTITool(true); showRTITool(true);
} }
void RclMain::showRTITool(bool modal) void RclMain::showRTITool(bool)
{ {
#ifndef _WIN32 #ifndef _WIN32
LOGDEB("showRTITool()\n" ); LOGDEB("showRTITool()\n" );

View File

@ -154,7 +154,7 @@ void ViewAction::onCurrentItemChanged(QTableWidgetItem *item, QTableWidgetItem *
void ViewAction::editActions() void ViewAction::editActions()
{ {
QString action0; QString action0;
int except0 = -1; bool except0 = false;
set<string> viewerXs = theconfig->getMimeViewerAllEx(); set<string> viewerXs = theconfig->getMimeViewerAllEx();
vector<string> mtypes; vector<string> mtypes;