1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
jgv
2714656ef1 0025749: Eliminate GCC warning -Wswitch in Android build 2015-02-25 16:00:57 +03:00

View File

@@ -70,6 +70,9 @@ HLRBRep_Curve::Parameter2d (const Standard_Real P3d) const
case GeomAbs_Ellipse:
return P3d + myOX;
default:
break;
}
return P3d;
}