Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / PrimitiveGUI / PrimitiveGUI_FaceDlg.cxx
index 750aceac6c7c1774e92313c242b3ae3e1890a9c0..0c5c3de518f1a45768cb5ffb3c4f29bf7e1313af 100644 (file)
@@ -196,7 +196,7 @@ void PrimitiveGUI_FaceDlg::SetDoubleSpinBoxStep( double step )
 // function : ValueChangedInSpinBox()
 // purpose  :
 //=================================================================================
-void PrimitiveGUI_FaceDlg::ValueChangedInSpinBox( double newValue )
+void PrimitiveGUI_FaceDlg::ValueChangedInSpinBox( double /*newValue*/ )
 {
   displayPreview(true);
 }