[vlc-devel] commit: objects: vlc_object_yield() returns the same object type. (Pierre d 'Herbemont )

Rémi Denis-Courmont rem at videolan.org
Sat Sep 20 19:08:52 CEST 2008


Le samedi 20 septembre 2008 20:01:14 git version control, vous avez écrit :
>  #define vlc_object_yield(a) \
> -    __vlc_object_yield( VLC_OBJECT(a) )
> +    (typeof(a))__vlc_object_yield( VLC_OBJECT(a) )

Please use ifdefs for GCC-specifics.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary



More information about the vlc-devel mailing list