]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/marq.c
video_filter: fix warnings
[vlc] / modules / video_filter / marq.c
index 923ed788f9a7e93d6bd095da198400c762aac06c..26e1744985b7439b169f0698707a0ea002a58486 100644 (file)
@@ -328,6 +328,7 @@ static int MarqueeCallback( vlc_object_t *p_this, char const *psz_var,
                             vlc_value_t oldval, vlc_value_t newval,
                             void *p_data )
 {
+    VLC_UNUSED(p_this); VLC_UNUSED(oldval);
     filter_sys_t *p_sys = (filter_sys_t *) p_data;
 
     if( !strncmp( psz_var, "marq-marquee", 7 ) )