From b7949b1dca2919852e2759578c987ac1bd20365f Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 5 Aug 2019 07:46:57 +0300 Subject: [PATCH] 0030857: Visualization - using one implementation of Text in graphic group - warnings correction --- src/Graphic3d/Graphic3d_Group.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) { -- 2.39.5