fix -Wunused-parameter

This commit is contained in:
wmayer
2016-11-26 14:11:30 +01:00
parent f5a3c8ab48
commit fca22e332b
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ PyObject *Conic2dPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Py
}
// constructor method
int Conic2dPy::PyInit(PyObject* args, PyObject* kwds)
int Conic2dPy::PyInit(PyObject* /*args*/, PyObject* /*kwds*/)
{
return 0;
}