Cleanup: quiet possible comma misuse warning in feestyle PyAPI
This commit is contained in:
@@ -73,7 +73,7 @@ static int FEdgeSmooth_init(BPy_FEdgeSmooth *self, PyObject *args, PyObject *kwd
|
||||
self->fes = new FEdgeSmooth(*(((BPy_FEdgeSmooth *)obj1)->fes));
|
||||
}
|
||||
}
|
||||
else if (PyErr_Clear(),
|
||||
else if ((void)PyErr_Clear(),
|
||||
PyArg_ParseTupleAndKeywords(args,
|
||||
kwds,
|
||||
"O!O!",
|
||||
|
||||
Reference in New Issue
Block a user