+ fix -Wunused-parameter

This commit is contained in:
wmayer
2016-10-08 15:13:56 +02:00
parent 90c21a945b
commit 11a4c26dae
6 changed files with 8 additions and 8 deletions

View File

@@ -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;