[vlc-devel] [PATCH 1/2] compat: freeaddrinfo: fix compilation warning

Jean-Baptiste Kempf jb at videolan.org
Tue Jun 23 10:45:32 CEST 2015


This is incorrect, and should be in vlc_fixup.

On 19 Jun, KO Myung-Hun wrote :
> ---
>  compat/freeaddrinfo.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/compat/freeaddrinfo.c b/compat/freeaddrinfo.c
> index fecc3fa..15ef439 100644
> --- a/compat/freeaddrinfo.c
> +++ b/compat/freeaddrinfo.c
> @@ -29,6 +29,8 @@
>  
>  #include <stdlib.h>
>  
> +void freeaddrinfo (struct addrinfo *res);
> +
>  /*
>   * This function must be used to free the memory allocated by getaddrinfo().
>   */
> -- 
> 1.9.5
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list