]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/BasicGUI/BasicGUI_EllipseDlg.cxx
Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / BasicGUI / BasicGUI_EllipseDlg.cxx
index 057f05f43f402bc4b69f5d181ea13243785e9531..78ee5ca7c808085118cbd0376a8af359b0ad389f 100644 (file)
@@ -360,7 +360,7 @@ void BasicGUI_EllipseDlg::enterEvent( QEvent* )
 // function : ValueChangedInSpinBox()
 // purpose  :
 //=================================================================================
-void BasicGUI_EllipseDlg::ValueChangedInSpinBox( double newValue )
+void BasicGUI_EllipseDlg::ValueChangedInSpinBox( double /*newValue*/ )
 {
   displayPreview(true);
 }