Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_PreVisualObj.cxx
index 209a52f647077c9538841bd42b436d1329424d1b..6f329dd130f88494bdf9d45b3acd7e5dc2b24a21 100644 (file)
@@ -35,7 +35,7 @@ SMDS_Mesh* SMESHGUI_PreVisualObj::GetMesh() const
   return myMesh;
 }
 
-bool SMESHGUI_PreVisualObj::Update( int theIsClear = true )
+bool SMESHGUI_PreVisualObj::Update( int /*theIsClear*/)
 {
   return false;
 }