0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / MAT2d / MAT2d_Circuit.cxx
index 2206678..2206549 100755 (executable)
@@ -843,7 +843,7 @@ static Standard_Boolean IsSharpCorner (const Handle(Geom2d_Geometry)& Geom1,
 //            Indice = 4 vert.
 //==========================================================================
 void MAT2d_DrawCurve(const Handle(Geom2d_Curve)& aCurve,
-                    const Standard_Integer      Indice)
+                    const Standard_Integer      /*Indice*/)
 {  
   Handle(Standard_Type)      type = aCurve->DynamicType();
   Handle(Geom2d_Curve)       curve,CurveDraw;