Commit cb4bb887 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

rc: Flag unused params.

parent 17dacf1a
......@@ -987,6 +987,8 @@ static void CacheChanged( intf_thread_t *p_intf )
static int InputEvent( vlc_object_t *p_this, char const *psz_cmd,
vlc_value_t oldval, vlc_value_t newval, void *p_data )
{
VLC_UNUSED(psz_cmd);
VLC_UNUSED(oldval);
input_thread_t *p_input = (input_thread_t*)p_this;
intf_thread_t *p_intf = p_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment