[vlc-commits] Qt: unused parameter
Ludovic Fauvet
git at videolan.org
Thu Jul 11 13:12:33 CEST 2013
vlc/vlc-2.1 | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jul 10 18:13:02 2013 +0200| [c6bcde582e51ac0f96b4a0943555c88e4c12f27d] | committer: Jean-Baptiste Kempf
Qt: unused parameter
(cherry picked from commit 3f531eb49156b974f9bc1164a1c662d42d728932)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=c6bcde582e51ac0f96b4a0943555c88e4c12f27d
---
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