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