Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / GLViewer / GLViewer_Selector2d.cxx
index e69441e5b6e13e8eb88bc9bd95bc30c75358b660..ca40d452d02066a4df7c3cba1f2f4a0126150c38 100644 (file)
@@ -170,7 +170,7 @@ void GLViewer_Selector2d::unselectAll()
   Checks selection state and emits  'selSelectionDone' or 'selSelectionCancel'     
   Should be called by after non-interactive selection.
 */
-void GLViewer_Selector2d::checkSelection( int selBefore, bool append, int aStatus )
+void GLViewer_Selector2d::checkSelection( int selBefore, bool /*append*/, int aStatus )
 {
     int selAfter = numSelected();
     if ( selBefore > 0 && selAfter < 1 )