fix -Wextra in PartDesign

This commit is contained in:
wmayer
2016-09-22 18:34:56 +02:00
parent c06b6f081f
commit dd7c91ddcf
40 changed files with 133 additions and 90 deletions

View File

@@ -430,7 +430,7 @@ void TaskDatumParameters::onSelectionChanged(const Gui::SelectionChanges& msg)
}
}
void TaskDatumParameters::onSuperplacementChanged(double val, int idx)
void TaskDatumParameters::onSuperplacementChanged(double /*val*/, int idx)
{
Part::Datum* pcDatum = static_cast<Part::Datum*>(DatumView->getObject());
Base::Placement pl = pcDatum->superPlacement.getValue();