]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Interface.h
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Interface.h
index 2cc7a6920a1af04a77dbbf68fefb4d92e2a8c5de..47cea396e8a1d76cf415163b3d00852b73e31da7 100644 (file)
@@ -96,7 +96,7 @@ public:
 
   /// Dump wrapped feature
   MODELHIGHAPI_EXPORT
-  virtual void dump(ModelHighAPI_Dumper& theDumper) const {}
+  virtual void dump(ModelHighAPI_Dumper& /*theDumper*/) const {}
 
 protected:
   std::shared_ptr<ModelAPI_Feature> myFeature; ///< feature of this interface