Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_PreviewDlg.cxx
index 1ddbcf8ececfc4986838c25754cb1223fa664ef8..96d2e4c7c5fcdd312eeb50a30b75da9c318c2e42 100644 (file)
@@ -101,7 +101,7 @@ void SMESHGUI_PreviewDlg::toDisplaySimulation() {
 // function : onDisplaySimulation
 // purpose  : 
 //=================================================================================
-void SMESHGUI_PreviewDlg::onDisplaySimulation(bool toDisplayPreview) {
+void SMESHGUI_PreviewDlg::onDisplaySimulation(bool /*toDisplayPreview*/) {
   //Empty implementation here
 }
 
@@ -212,7 +212,7 @@ void SMESHGUI_MultiPreviewDlg::toDisplaySimulation()
 // function : onDisplaySimulation
 // purpose  : 
 //=================================================================================
-void SMESHGUI_MultiPreviewDlg::onDisplaySimulation( bool toDisplayPreview )
+void SMESHGUI_MultiPreviewDlg::onDisplaySimulation( bool /*toDisplayPreview*/ )
 {
   //Empty implementation here
 }