]> git.sesse.net Git - vlc/commitdiff
Zvbi: kill a warning
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Mar 2011 16:20:04 +0000 (18:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Mar 2011 12:11:09 +0000 (14:11 +0200)
modules/codec/zvbi.c

index 29636ecc049e0eb971fd93e3de03bd9c777e3404..32f4c1fc0c7c0dd9abaed63c0353e2311f07bc34 100644 (file)
@@ -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 == '+' )