[vlc-devel] [PATCH 3/6] src: fix compilation of fourcc_gen on OS/2
Rémi Denis-Courmont
remi at remlab.net
Mon Jul 13 09:10:43 CEST 2015
Le 2015-07-13 08:55, KO Myung-Hun a écrit :
> Rémi Denis-Courmont wrote:
>> Le 2015-07-07 05:58, KO Myung-Hun a écrit :
>>> At the beginning, you should have considered the cases that C99 is
>>> enabled by compiler options.
>>
>> Sorry but my test seems just fine.
>>
>> "c99" is the standard implementation-agnostic name of the C99
>> compiler
>>
>> (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html).
>> There is also "c89" for C89, and there will presumably be "c11" for
>> C11
>> in the next release. The old standard "cc" is deprecated and has no
>> specified ways to select the language version; -std is GNU-specific
>> and
>> not universally supported.
>>
>
> However, c11-gcc and c99-gcc is not a standard they seems to be
> specific
> to gcc.
We can remove the non-standard entries, but I don't really see the
point in doing so. The point is that, since we fallback to standard, the
current code is good.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list