mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
suppress new warning in BRepTest
This commit is contained in:
@@ -85,7 +85,7 @@ static Standard_Integer addpcurve(Draw_Interpretor& , Standard_Integer n, const
|
||||
// transform
|
||||
//=======================================================================
|
||||
|
||||
static Standard_Integer transform(Draw_Interpretor& di,Standard_Integer n,const char** a)
|
||||
static Standard_Integer transform(Draw_Interpretor& ,Standard_Integer n,const char** a)
|
||||
{
|
||||
if (n <= 1) return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user