]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_ConstructionComposite.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / GeomValidators / GeomValidators_ConstructionComposite.cpp
index 1bcb58b77e42aad2bfca77112abc8952c4ce7cce..64f4a404f0475e648dbed0494f769f826267d0d0 100644 (file)
@@ -26,7 +26,7 @@
 #include "ModelAPI_CompositeFeature.h"
 
 bool GeomValidators_ConstructionComposite::isValid(const AttributePtr& theAttribute,
-                                                   const std::list<std::string>& theArguments,
+                                                   const std::list<std::string>& /*theArguments*/,
                                                    Events_InfoMessage& theError) const
 {
   bool aValid = true;