[vlc-commits] RC: fix warning
Rémi Denis-Courmont
git at videolan.org
Sat Apr 30 13:05:44 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 30 14:05:21 2011 +0300| [490c092f153487c70ee95be823dda1286f59177c] | committer: Rémi Denis-Courmont
RC: fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=490c092f153487c70ee95be823dda1286f59177c
---
modules/control/rc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/control/rc.c b/modules/control/rc.c
index 8cae2a3..4fea140 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -899,6 +899,7 @@ static void Help( intf_thread_t *p_intf, bool b_longhelp)
static int VolumeChanged( vlc_object_t *p_this, char const *psz_cmd,
vlc_value_t oldval, vlc_value_t newval, void *p_data )
{
+ (void) p_this;
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(newval);
intf_thread_t *p_intf = (intf_thread_t*)p_data;
More information about the vlc-commits
mailing list