[vlc-devel] [Patch] Removed unused parameter

Pierre d'Herbemont pdherbemont at gmail.com
Tue Aug 25 20:27:58 CEST 2009


Hello Hugo,

On Aug 20, 2009, at 6:08 PM, Hugo Beauzee-Luyssen wrote:

> -static void ApplicationInformationHandle( access_t * p_access, int  
> i_session_id,
> +static void ApplicationInformationHandle( access_t * p_access, int  
> unused,
>                                            uint8_t *p_apdu, int  
> i_size )
>  {
> +    VLC_UNUSED( unused );

Why changing the name of the parameter?

Pierre.



More information about the vlc-devel mailing list