]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_Finite.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Finite.cpp
index 0b1db5b9ee062d41c041db835015acf1a69bf260..d0a7f7616977f3d8d526a92f9ef4ed2971faf931 100644 (file)
@@ -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;