[vlc-devel] [vlc-commits] array: fix up types in vlc_array_*()

Steve Lhomme robux4 at gmail.com
Tue Mar 14 16:47:12 CET 2017


On Tue, Mar 14, 2017 at 4:40 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le tiistaina 14. maaliskuuta 2017, 13.23.00 EET Steve Lhomme a écrit :
>> Aren't you missing a #else for C99 compilers ? Or we officially don't
>> support those anymore ?
>
> AFAICT, we switched to C/C++11 about two years ago.

Why the second part of this line then ?
#if defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)

Or even AC_PROG_CC_C99 in the configure.ac when we have VLC_PROG_CC_C11.

> --
> 雷米‧德尼-库尔蒙
> https://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list