0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / OpenGl / OpenGl_TextFormatter.cxx
index 9fcb2b8..36ca3bb 100644 (file)
@@ -269,7 +269,7 @@ void OpenGl_TextFormatter::Result (const Handle(OpenGl_Context)&
 // function : Result
 // purpose  :
 // =======================================================================
-void OpenGl_TextFormatter::Result (const Handle(OpenGl_Context)&                 theCtx,
+void OpenGl_TextFormatter::Result (const Handle(OpenGl_Context)&                 /*theCtx*/,
                                    NCollection_Vector<GLuint>&                   theTextures,
                                    NCollection_Vector<Handle(OpenGl_Vec2Array)>& theVertsPerTexture,
                                    NCollection_Vector<Handle(OpenGl_Vec2Array)>& theTCrdsPerTexture) const