]> granicus.if.org Git - check/commit
Fix required C standard from C90 to C99
authorMikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
Sun, 20 Oct 2019 09:26:04 +0000 (11:26 +0200)
committerMikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
Mon, 21 Oct 2019 07:01:47 +0000 (09:01 +0200)
commit903f64b394b002aca56f4946d2212002d2d64362
treebe9b5fdb771d2bfe96b84f8a820ccbe5100e63d5
parent2b18886a9a9d3bab44917a550d12128ad7e2c197
Fix required C standard from C90 to C99

We are using C99 features, such as anonymous variadic macros and
mixed declarations and code.

Besides, we are using POSIX extensions (fork, etc.), so there is
(probably?) no point in forcing the use of the old ANSI C89 / ISO C90.

Signed-off-by: Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
CMakeLists.txt