fix -Wextra in PartDesign

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

View File

@@ -96,7 +96,7 @@ void ViewProviderLoft::unsetEdit(int ModNum) {
}
bool ViewProviderLoft::onDelete(const std::vector<std::string> &s)
bool ViewProviderLoft::onDelete(const std::vector<std::string> & /*s*/)
{/*
PartDesign::Loft* pcLoft = static_cast<PartDesign::Loft*>(getObject());
@@ -113,9 +113,7 @@ bool ViewProviderLoft::onDelete(const std::vector<std::string> &s)
return true;
}
void ViewProviderLoft::highlightReferences(const bool on, bool auxillery)
void ViewProviderLoft::highlightReferences(const bool /*on*/, bool /*auxillery*/)
{/*
PartDesign::Loft* pcLoft = static_cast<PartDesign::Loft*>(getObject());
Part::Feature* base;