Freestyle: Code cleanup, prepare for strict C++ flags
This commit is contained in:
@@ -93,7 +93,7 @@ static void UnaryFunction0D___dealloc__(BPy_UnaryFunction0D *self)
|
||||
Py_TYPE(self)->tp_free((PyObject *)self);
|
||||
}
|
||||
|
||||
static PyObject *UnaryFunction0D___repr__(BPy_UnaryFunction0D *self)
|
||||
static PyObject *UnaryFunction0D___repr__(BPy_UnaryFunction0D * /*self*/)
|
||||
{
|
||||
return PyUnicode_FromString("UnaryFunction0D");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user