Salome HOME
bos #26374 In python, be able to use filters to select sub-shapes
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_Validators.cpp
index 63c644ca6882b797a842f5d5f2b8ac0ea056cb25..7978cc27125eda6ddf4da56adf8662ae887facfc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  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
@@ -25,7 +25,7 @@
 #include <ModelAPI_Session.h>
 
 bool FiltersPlugin_ShapeTypeValidator::isValid(const AttributePtr& theAttribute,
-                                               const std::list<std::string>& theArguments,
+                                               const std::list<std::string>& /*theArguments*/,
                                                Events_InfoMessage& theError) const
 {
   if (!theAttribute)