Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ViscousLayers_i.hxx
index 3e3eaa28a95f87da2b0f2c20038bfea46b153fa7..b5641ca21ae3808c761bf235ecebb8c220a85ae8 100644 (file)
@@ -80,11 +80,11 @@ class STDMESHERS_I_EXPORT StdMeshers_ViscousLayers_i:
   // Methods for copying mesh definition to other geometry
 
   // Return geometry this hypothesis depends on. Return false if there is no geometry parameter
-  virtual bool getObjectsDependOn( std::vector< std::string > & entryArray,
+  virtual bool getObjectsDependOn( std::vector< std::string > & /*entryArray*/,
                                    std::vector< int >         & subIDArray ) const;
 
   // Set new geometry instead of that returned by getObjectsDependOn()
-  virtual bool setObjectsDependOn( std::vector< std::string > & entryArray,
+  virtual bool setObjectsDependOn( std::vector< std::string > & /*entryArray*/,
                                    std::vector< int >         & subIDArray );
  protected:
   virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;