mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 23:27:24 +08:00
0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
Got rid of warning C4100: 'identifier' : unreferenced formal parameter Got rid of compile errors
This commit is contained in:
@@ -110,7 +110,7 @@ static Standard_Integer extendsurf (Draw_Interpretor& di, Standard_Integer n, co
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
static Standard_Integer samerange (Draw_Interpretor& di, Standard_Integer n, const char** a)
|
||||
static Standard_Integer samerange (Draw_Interpretor& /*di*/, Standard_Integer n, const char** a)
|
||||
{
|
||||
if (n < 6) return 1;
|
||||
Handle(Geom2d_Curve) C = DrawTrSurf::GetCurve2d(a[2]);
|
||||
|
||||
Reference in New Issue
Block a user