Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / LightApp / LightApp_GVSelector.cxx
index 5cf89653d85ce7b45046d1fc76e682737dcdf0f7..61a18f96d3c51a56c0e0af704bf853ebbb5f8f8b 100644 (file)
@@ -50,7 +50,7 @@ void LightApp_GVSelector::getSelection( SUIT_DataOwnerPtrList& theList ) const
       theList.append( new LightApp_DataOwner( aViewport->selectedObject()->getName() ) );
 }
 
-void LightApp_GVSelector::setSelection( const SUIT_DataOwnerPtrList& theList )
+void LightApp_GVSelector::setSelection( const SUIT_DataOwnerPtrList& /*theList*/ )
 {
 }