Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 59cdff45e6cf4842813dc17af0566132952815c4..cdbe7cd7ea50e3aa935f75c00a7b7dfa19dcaaa5 100644 (file)
@@ -55,7 +55,7 @@ public:
   /// \brief Stores the result of operation made on groups.
   ///        Cleans the storage if empty shape is given.
   /// param[in] theShape shape to store.
-  MODELAPI_EXPORT virtual void store(const GeomShapePtr& theShape)
+  MODELAPI_EXPORT virtual void store(const GeomShapePtr& /*theShape*/)
   {}
 };