+ fix various warnings

This commit is contained in:
wmayer
2015-08-29 22:05:09 +02:00
parent 1a12d109e9
commit cb16fec6bb
25 changed files with 55 additions and 40 deletions

View File

@@ -1281,7 +1281,7 @@ PyObject* BSplineSurfacePy::approximate(PyObject *args)
Standard_Failure::Raise("not enough points given");
}
GeomAbs_Shape c;
GeomAbs_Shape c = GeomAbs_CN;
switch(continuity){
case 0:
c = GeomAbs_C0;