fix -Wextra in Part
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user