Mesh: Fix linter warnings

This commit is contained in:
wmayer
2024-11-20 23:02:40 +01:00
committed by wwmayer
parent 6f5259af26
commit fbd9eac848
86 changed files with 1734 additions and 1882 deletions

View File

@@ -95,7 +95,7 @@ Py::Long EdgePy::getIndex() const
PyObject* EdgePy::intersectWithEdge(PyObject* args)
{
PyObject* object;
PyObject* object {};
if (!PyArg_ParseTuple(args, "O!", &EdgePy::Type, &object)) {
return nullptr;
}