fix -Wextra in Start & Web
This commit is contained in:
@@ -50,9 +50,9 @@ CmdStartConstraintAxle::CmdStartConstraintAxle()
|
||||
|
||||
void CmdStartConstraintAxle::activated(int iMsg)
|
||||
{
|
||||
Q_UNUSED(iMsg);
|
||||
// load the file with the module
|
||||
//Command::doCommand(Command::Gui, "import Start, StartGui");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -84,9 +84,10 @@ void StartGui::Workbench::activated()
|
||||
}
|
||||
}
|
||||
|
||||
void StartGui::Workbench::setupContextMenu(const char* recipient,Gui::MenuItem* item) const
|
||||
void StartGui::Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) const
|
||||
{
|
||||
|
||||
Q_UNUSED(recipient);
|
||||
Q_UNUSED(item);
|
||||
}
|
||||
|
||||
Gui::MenuItem* StartGui::Workbench::setupMenuBar() const
|
||||
|
||||
Reference in New Issue
Block a user