Salome HOME
fight warnings, c++17. Fix minor warnings. Buils SMESH finished
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers2D.hxx
index fd39653d7d98da17191dedbf79dc00cb49aa2c1a..0e9ca988075efcc1941d6d31829a2c4fbbb81fe6 100644 (file)
@@ -62,13 +62,13 @@ public:
    *
    * Just return false as this hypothesis does not have parameters values
    */
-  virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
+  virtual bool SetParametersByMesh(const SMESH_Mesh* /*theMesh*/, const TopoDS_Shape& /*theShape*/);
 
   /*!
    * \brief Initialize my parameter values by default parameters.
    *  \retval bool - true if parameter values have been successfully defined
    */
-  virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0)
+  virtual bool SetParametersByDefaults(const TDefaults& /*dflts*/, const SMESH_Mesh* theMesh=0)
   { return false; }
 
   static const char* GetHypType() { return "ViscousLayers2D"; }