[vlc-commits] Qt: unused parameter

Ludovic Fauvet git at videolan.org
Wed Jul 10 18:18:24 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jul 10 18:13:02 2013 +0200| [3f531eb49156b974f9bc1164a1c662d42d728932] | committer: Ludovic Fauvet

Qt: unused parameter

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f531eb49156b974f9bc1164a1c662d42d728932
---

 modules/gui/qt4/input_manager.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index aa87c80..bd32de6 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -1187,6 +1187,7 @@ static int PLItemChanged( vlc_object_t *p_this, const char *psz_var,
                         vlc_value_t oldval, vlc_value_t val, void *param )
 {
     VLC_UNUSED( p_this ); VLC_UNUSED( psz_var ); VLC_UNUSED( oldval );
+    VLC_UNUSED( val );
 
     MainInputManager *mim = (MainInputManager*)param;
 



More information about the vlc-commits mailing list