Hi, While I was reviewing Richard's SVE series I found Travis choking on some perfectly valid c99. It turns out that Travis default image is old enough that gcc defaults to -std=gnu89 hence the problem. However switching to c99 isn't enough as we use GNUisms and even gnu99 still trips up on qemu-secomp.
Of course we could just jump to C11 already? This is an RFC because this could descend into a C standards bike-shedding exercise but I thought I'd at least put it out there on a Friday afternoon ;-) Alex Bennée (3): HACKING: mention the C GNU extensions we use qemu-seccomp: manually expand SCMP_A1 .travis.yml: ensure we support C99 on old compilers .travis.yml | 2 +- HACKING | 5 +++++ qemu-seccomp.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) -- 2.17.1