From 408d2d11adc46bcf5a6242267648bee4376353fe Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 16 Jul 2013 20:46:17 +0200 Subject: [PATCH] silence some warnings --- src/tomahawk/TomahawkWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tomahawk/TomahawkWindow.cpp b/src/tomahawk/TomahawkWindow.cpp index 3101d996a..36c0193a7 100644 --- a/src/tomahawk/TomahawkWindow.cpp +++ b/src/tomahawk/TomahawkWindow.cpp @@ -689,6 +689,7 @@ TomahawkWindow::keyPressEvent( QKeyEvent* e ) bool TomahawkWindow::winEvent( MSG* msg, long* result ) { + Q_UNUSED(RESULT); #define TB_PRESSED Q_FUNC_INFO << "Taskbar Button Pressed:" switch ( msg->message ) @@ -735,6 +736,7 @@ TomahawkWindow::winEvent( MSG* msg, long* result ) void TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState ) { + Q_UNUSED(oldState); #ifdef HAVE_THUMBBUTTON if ( m_taskbarList == 0 ) return;