]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/filter_common.h
video_filter: fix warnings
[vlc] / modules / video_filter / filter_common.h
index 07ffd4a8f01623c6260348f70aa7e04584b7bee7..2efc0521d3a6744be35a8d0b091787524e385a0c 100644 (file)
@@ -68,6 +68,7 @@
 static int SetParentVal( 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);
     var_Change( (vlc_object_t *)p_data, psz_var, VLC_VAR_SETVALUE,
                  &newval, NULL );
     return VLC_SUCCESS;