Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / VTKViewer / VTKViewer_Actor.h
index fe6d2f0c10c899caca3bddd941d4daa937dcc28f..805eaca23dcb7958f39ba4f5f97a2d439d4da3e7 100644 (file)
@@ -76,7 +76,7 @@ class VTKVIEWER_EXPORT VTKViewer_Actor : public vtkLODActor
  public:
   static VTKViewer_Actor* New();
   
-  vtkTypeMacro(VTKViewer_Actor,vtkLODActor);
+  vtkTypeMacro(VTKViewer_Actor,vtkLODActor)
 
   //----------------------------------------------------------------------------
   //! Get its name
@@ -319,7 +319,7 @@ class VTKVIEWER_EXPORT VTKViewer_Actor : public vtkLODActor
   //! Is notified on enabling/disabling selection
   virtual
   void
-  EnableSelection( bool enable ) {}
+  EnableSelection( bool /*enable*/ ) {}
 
   //! Ask, if the descendant of the VTKViewer_Actor will implement its own highlight or not
   virtual