[vlc-devel] [vlc-commits] libvlc: media: remove VLA
Rémi Denis-Courmont
remi at remlab.net
Fri May 20 10:44:47 CEST 2016
Le 2016-05-20 10:33, git at videolan.org a écrit :
> vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri May 20
> 10:31:24 2016 +0200| [46f53fd7b613108bc88693af9dda920d226c1608] |
> committer: Thomas Guillem
>
> libvlc: media: remove VLA
>
> Since it's optional in C11 and not implemented in MSVC.
This is NOT a VLA. This is flexible array. While VLA are indeed
optional in C11, flexible arrays are mandatory.
Please revert.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list