Salome HOME
fight warnings, c++17. additional corrections++
[modules/smesh.git] / src / SMDS / SMDS_ElementFactory.hxx
index b45323c7fd1f328d31d42a7f2ee2ab0404e2862a..86d7408ce6f7a8cc18d1c8cfb52d0509abcb61c0 100644 (file)
@@ -231,7 +231,7 @@ struct _RangeSet
    * \brief Return ranges of indices (from,to) of elements having a given value
    */
   bool GetIndices( const attr_t theValue, TIndexRanges & theIndices,
-                   const attr_t* theMinValue = 0, const attr_t* theMaxValue = 0) const
+                   const attr_t* /*theMinValue*/ = 0, const attr_t* /*theMaxValue*/ = 0) const
   {
     bool isFound = false;