Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / ModuleBase / ModuleBase_BRepOwner.h
index d9badcbeb0db424974c9aaf6c593547323656bc6..c9a2002e4aa21eddb692713a0feecac22523b6ff 100644 (file)
@@ -51,7 +51,7 @@ public:
   /// \param theStyle a style of presentation
   /// \param theMode a drawing mode
   virtual void HilightWithColor (const Handle(PrsMgr_PresentationManager3d)& aPM,
-    const Handle(Prs3d_Drawer)& theStyle, const Standard_Integer theMode = 0)
+    const Handle(Prs3d_Drawer)& theStyle, const Standard_Integer /*theMode*/ = 0)
   {
     Selectable()->HilightOwnerWithColor(aPM, theStyle, this);
   }