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

@@ -37,12 +37,12 @@ std::string PartFeaturePy::representation(void) const
return std::string("<Part::PartFeature>");
}
PyObject *PartFeaturePy::getCustomAttributes(const char* attr) const
PyObject *PartFeaturePy::getCustomAttributes(const char* ) const
{
return 0;
}
int PartFeaturePy::setCustomAttributes(const char* attr, PyObject *obj)
int PartFeaturePy::setCustomAttributes(const char* , PyObject *)
{
return 0;
}