mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-19 22:03:40 +08: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