From: kgv Date: Thu, 16 Apr 2015 12:41:45 +0000 (+0300) Subject: suppress new warning in BRepTest X-Git-Tag: V6_9_0_beta1~4 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=867acdec68d43a311a3128aaa11bac2f666404fa;p=occt-copy.git suppress new warning in BRepTest --- 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;