Salome HOME
Fix error when reading file on a non-utf-8 locale
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_VerticalFace.cpp
index 38bbab5b7dd82c975fe2a428c7668333833ccd91..105ada64e6d6d2f7a094b000bb50e3fc2220cdde 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -33,7 +33,7 @@ bool FiltersPlugin_VerticalFace::isSupported(GeomAPI_Shape::ShapeType theType) c
 }
 
 bool FiltersPlugin_VerticalFace::isOk(const GeomShapePtr& theShape, const ResultPtr&,
-                                      const ModelAPI_FiltersArgs& theArgs) const
+                                      const ModelAPI_FiltersArgs& /*theArgs*/) const
 {
   static const double THE_TOLERANCE = 1.e-7;