From 867acdec68d43a311a3128aaa11bac2f666404fa Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 16 Apr 2015 15:41:45 +0300 Subject: [PATCH] suppress new warning in BRepTest --- src/BRepTest/BRepTest_BasicCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BRepTest/BRepTest_BasicCommands.cxx b/src/BRepTest/BRepTest_BasicCommands.cxx index 843b286255..6b45689c47 100644 --- a/src/BRepTest/BRepTest_BasicCommands.cxx +++ b/src/BRepTest/BRepTest_BasicCommands.cxx @@ -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;