fix warnings
This commit is contained in:
parent
b845bc7e41
commit
6cde253f67
|
@ -51,7 +51,7 @@ PyObject *ArcOfConicPy::PyMake(struct _typeobject *, PyObject *, PyObject *) //
|
||||||
}
|
}
|
||||||
|
|
||||||
// constructor method
|
// constructor method
|
||||||
int ArcOfConicPy::PyInit(PyObject* args, PyObject* /*kwds*/)
|
int ArcOfConicPy::PyInit(PyObject* /*args*/, PyObject* /*kwds*/)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,7 @@ int Curve2dPy::PyInit(PyObject* /*args*/, PyObject* /*kwd*/)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject* Curve2dPy::reverse(PyObject *args)
|
PyObject* Curve2dPy::reverse(PyObject * /*args*/)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
Handle_Geom2d_Curve curve = Handle_Geom2d_Curve::DownCast(getGeom2dCurvePtr()->handle());
|
Handle_Geom2d_Curve curve = Handle_Geom2d_Curve::DownCast(getGeom2dCurvePtr()->handle());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user