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