Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / RepairGUI / RepairGUI_RemoveWebsDlg.cxx
index a8ce60d9513fc92af932e1775268943370b4bb06..62820a2791ca02be5dae77d99da3d08677059131 100644 (file)
@@ -212,7 +212,7 @@ void RepairGUI_RemoveWebsDlg::ActivateThisDialog()
 // function : enterEvent()
 // purpose  : Mouse enter onto the dialog to activate it
 //=================================================================================
-void RepairGUI_RemoveWebsDlg::enterEvent (QEvent* e)
+void RepairGUI_RemoveWebsDlg::enterEvent (QEvent*)
 {
   if (!mainFrame()->GroupConstructors->isEnabled())
     ActivateThisDialog();
@@ -243,7 +243,7 @@ GEOM::GEOM_IOperations_ptr RepairGUI_RemoveWebsDlg::createOperation()
 // function : isValid
 // purpose  :
 //=================================================================================
-bool RepairGUI_RemoveWebsDlg::isValid (QString& msg)
+bool RepairGUI_RemoveWebsDlg::isValid (QString& /*msg*/)
 {
   return myOkObject;
 }