[vlc-devel] Report on contrib tree clang issues

Jean-Baptiste Kempf jb at videolan.org
Tue Jan 17 22:14:03 CET 2012


On Tue, Jan 17, 2012 at 03:19:18AM +0100, Olivier Gambier wrote :
> -#   if defined __GNUC__ && __GNUC__ > 3
> +#   if !defined __APPLE__ && defined __GNUC__ && __GNUC__ > 3
>  #       define CACA_ALIAS(x) __attribute__ ((weak, alias(#x)))
>  #   else
>  #       define CACA_ALIAS(x)

Isn't that changing the behaviour of gcc-4.2 on Apple?

Best 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