fix -Wextra in Part

This commit is contained in:
wmayer
2016-09-22 11:49:28 +02:00
parent fb9cd567d3
commit 7d38edb065
38 changed files with 129 additions and 64 deletions

View File

@@ -176,7 +176,7 @@ ViewProviderPartReference::~ViewProviderPartReference()
//pShapeHints->unref();
}
void ViewProviderPartReference::onChanged(const App::Property* prop)
void ViewProviderPartReference::onChanged(const App::Property* /*prop*/)
{
//if (prop == &LineWidth) {
// pcLineStyle->lineWidth = LineWidth.getValue();
@@ -292,6 +292,6 @@ std::vector<std::string> ViewProviderPartReference::getDisplayModes(void) const
}
void ViewProviderPartReference::updateData(const App::Property* prop)
void ViewProviderPartReference::updateData(const App::Property* )
{
}