* New constructs may be introduced accidentally that break backwards
compatibility.
* Older compilers may default to a more restricted standard than the
codebase is actually developed with.
Explicitly select C99 (and C++11 for the fuzzing part).
Autotools does not want to default to C99, so set it explcitly during
CI.