Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / QxScene / QxScene_ViewWindow.cxx
index 0cba0ab814cd4c62d2231d1db6b0028d50180ae0..8802adb34bf0e8784e2641306cd1b65efbb3ac2c 100644 (file)
@@ -235,7 +235,7 @@ void QxScene_ViewWindow::onViewFitAll()
 /*!
     Set background of the viewport
 */
-void QxScene_ViewWindow::setBackgroundColor( const QColor& color )
+void QxScene_ViewWindow::setBackgroundColor( const QColor& /*color*/ )
 {
   DEBTRACE("QxScene_ViewWindow::setBackgroundColor");
 }
@@ -253,7 +253,7 @@ QColor QxScene_ViewWindow::backgroundColor() const
 /*!
   Custom resize event handler
 */
-void QxScene_ViewWindow::resizeEvent( QResizeEvent* theEvent )
+void QxScene_ViewWindow::resizeEvent( QResizeEvent* /*theEvent*/ )
 {
   DEBTRACE("QxScene_ViewWindow::resizeEvent");
 }