[vlc-commits] Zvbi: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Wed Mar 30 14:11:24 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 29 18:20:04 2011 +0200| [1304ca278767cdf82c92dc0f1f0a40deaad3f886] | committer: Jean-Baptiste Kempf
Zvbi: kill a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1304ca278767cdf82c92dc0f1f0a40deaad3f886
---
modules/codec/zvbi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index 29636ec..32f4c1f 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -666,7 +666,7 @@ static int EventKey( vlc_object_t *p_this, char const *psz_cmd,
decoder_t *p_dec = p_data;
decoder_sys_t *p_sys = p_dec->p_sys;
- VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval);
+ VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED( p_this );
/* FIXME: Capture + and - key for subpage browsing */
if( newval.i_int == '-' || newval.i_int == '+' )
More information about the vlc-commits
mailing list