Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / OCCViewer / OCCViewer_ToolTip.cxx
index 7fb2e76ae2f0f1d3fd920a2ac482d4514b3411d3..e9efcd55fc52c9eb8fcf996117f577a21f1f8785 100644 (file)
@@ -74,7 +74,7 @@ void OCCViewer_ToolTip::setFont( const QFont& f )
   \param txtRect - returned tooltip text rectangle
   \param rect - returned tooltip rectangle
  */
-void OCCViewer_ToolTip::onToolTip( QPoint p, QString& str, QFont& f, QRect& txtRect, QRect& rect )
+void OCCViewer_ToolTip::onToolTip( QPoint p, QString& str, QFont& /*f*/, QRect& txtRect, QRect& rect )
 {
   OCCViewer_Viewer* v = dynamic_cast<OCCViewer_Viewer*>( myWnd->getViewManager()->getViewModel() );
   Handle( AIS_InteractiveContext ) aCont = v->getAISContext();