Re: [Qemu-devel] [RFC PATCH 3/3] .travis.yml: ensure we support C99 on old compilers

2018-08-10 Thread Philippe Mathieu-Daudé
On 08/10/2018 02:11 PM, Alex Bennée wrote: > The default Travis gcc is so old it default to -std=gnu89 which will > fall over on some c99ism you are allowed to use in the QEMU source > tree. As we also use some GNU extensions make it -std=gnu99 instead of > -std=c99. > > Signed-off-by: Alex Bennée

[Qemu-devel] [RFC PATCH 3/3] .travis.yml: ensure we support C99 on old compilers

2018-08-10 Thread Alex Bennée
The default Travis gcc is so old it default to -std=gnu89 which will fall over on some c99ism you are allowed to use in the QEMU source tree. As we also use some GNU extensions make it -std=gnu99 instead of -std=c99. Signed-off-by: Alex Bennée --- .travis.yml | 2 +- 1 file changed, 1 insertion(