1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025582: SIGSEGV in thrusections of circle segments

Eliminating regressions

Fixed compilation warning ('di' : unreferenced formal parameter).

Added test bugs/modalg_5/bug25578
This commit is contained in:
azv
2015-01-23 15:55:56 +03:00
committed by bugmaster
parent 52ba6031e8
commit 76eeac70cf
3 changed files with 19 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ static Standard_Integer samerange (Draw_Interpretor& /*di*/, Standard_Integer n,
//purpose : Changes a weight of a pole on B-spline curve/surface
//=======================================================================
static Standard_Integer setweight(Draw_Interpretor& di, Standard_Integer n, const char** a)
static Standard_Integer setweight(Draw_Interpretor& /*di*/, Standard_Integer n, const char** a)
{
if (n < 4 || n > 5)
{