Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomValidators / GeomValidators_Finite.cpp
index 305875190bf4a1730e4b8b539b43e147dd232205..177db209d0805cbf15da66159baebf1c50f8096c 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
@@ -25,7 +25,7 @@
 #include <ModelAPI_ResultConstruction.h>
 
 bool GeomValidators_Finite::isValid(const AttributePtr& theAttribute,
-                                   const std::list<std::string>& theArguments,
+                                   const std::list<std::string>& /*theArguments*/,
                                    Events_InfoMessage& theError) const
 {
   bool aValid = true;