Salome HOME
updated copyright message
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_HorizontalFace.cpp
index ce1ec8b3f090779e97a7bca2786afcb0a34d1ecb..273bc6e2feb69f1a479915c93c1684b8ccdd3a86 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -28,7 +28,7 @@ bool FiltersPlugin_HorizontalFace::isSupported(GeomAPI_Shape::ShapeType theType)
 }
 
 bool FiltersPlugin_HorizontalFace::isOk(const GeomShapePtr& theShape, const ResultPtr&,
-                                        const ModelAPI_FiltersArgs& theArgs) const
+                                        const ModelAPI_FiltersArgs& /*theArgs*/) const
 {
   if (!theShape->isFace() || !theShape->isPlanar())
     return false;