From: nds Date: Mon, 5 Aug 2019 04:46:57 +0000 (+0300) Subject: 0030857: Visualization - using one implementation of Text in graphic group - warnings... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b7949b1dca2919852e2759578c987ac1bd20365f;p=occt-copy.git 0030857: Visualization - using one implementation of Text in graphic group - warnings correction --- diff --git a/src/Graphic3d/Graphic3d_Group.cxx b/src/Graphic3d/Graphic3d_Group.cxx index bf8cf0c128..a66c293c36 100644 --- a/src/Graphic3d/Graphic3d_Group.cxx +++ b/src/Graphic3d/Graphic3d_Group.cxx @@ -367,8 +367,8 @@ void Graphic3d_Group::Text (const TCollection_ExtendedString& theText, void Graphic3d_Group::Text (const TCollection_ExtendedString& theText, const gp_Ax2& theOrientation, const Standard_Real theHeight, - const Standard_Real theAngle, - const Graphic3d_TextPath theTP, + const Standard_Real /*theAngle*/, + const Graphic3d_TextPath /*theTP*/, const Graphic3d_HorizontalTextAlignment theHta, const Graphic3d_VerticalTextAlignment theVta, const Standard_Boolean theToEvalMinMax, @@ -407,8 +407,8 @@ void Graphic3d_Group::Text (const Standard_CString theText, void Graphic3d_Group::Text (const Handle(Font_TextFormatter)& theTextFormatter, const gp_Ax2& theOrientation, const Standard_Real theHeight, - const Standard_Real theAngle, - const Graphic3d_TextPath theTp, + const Standard_Real /*theAngle*/, + const Graphic3d_TextPath /*theTp*/, const Standard_Boolean theToEvalMinMax, const Standard_Boolean theHasOwnAnchor) {