fix -Wextra in Part

This commit is contained in:
wmayer
2016-09-22 11:49:28 +02:00
parent 40c79f18e4
commit 1ce73dda96
38 changed files with 129 additions and 64 deletions

View File

@@ -185,13 +185,13 @@ PyObject* PlateSurfacePy::makeApprox(PyObject *args, PyObject* kwds)
} PY_CATCH_OCC;
}
PyObject* PlateSurfacePy::uIso(PyObject *args)
PyObject* PlateSurfacePy::uIso(PyObject * /*args*/)
{
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
return 0;
}
PyObject* PlateSurfacePy::vIso(PyObject *args)
PyObject* PlateSurfacePy::vIso(PyObject * /*args*/)
{
PyErr_SetString(PyExc_NotImplementedError, "Not yet implemented");
return 0;