+ fix -Wunused-parameter
This commit is contained in:
@@ -47,7 +47,7 @@ int PartFeaturePy::setCustomAttributes(const char* , PyObject *)
|
||||
return 0;
|
||||
}
|
||||
|
||||
PyObject* PartFeaturePy::test(PyObject *args)
|
||||
PyObject* PartFeaturePy::test(PyObject * /*args*/)
|
||||
{
|
||||
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user