vlc/vlc-2.1 | branch: master | Ludovic Fauvet <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
