Commit 2db13f14 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

dvb: Flag unused callback parameter.

parent 47fa7a38
......@@ -253,6 +253,7 @@ static int HttpCallback( httpd_file_sys_t *p_args,
uint8_t *_psz_request,
uint8_t **_pp_data, int *pi_data )
{
VLC_UNUSED(p_file);
access_sys_t *p_sys = p_args->p_access->p_sys;
char *psz_request = (char *)_psz_request;
char **pp_data = (char **)_pp_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