]> OCCT Git - occt-copy.git/commitdiff
0030857: Visualization - using one implementation of Text in graphic group - warnings...
authornds <nds@opencascade.com>
Mon, 5 Aug 2019 04:46:57 +0000 (07:46 +0300)
committernds <nds@opencascade.com>
Mon, 5 Aug 2019 04:46:57 +0000 (07:46 +0300)
src/Graphic3d/Graphic3d_Group.cxx

index bf8cf0c128656a6b6e34779d14c95b8f9c6dc29b..a66c293c367d2b2c3f61b36594d0280119c4036e 100644 (file)
@@ -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)
 {