]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Turn off -Wdeclaration-after-statement and allow C99
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 29 Mar 2021 10:17:21 +0000 (11:17 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 29 Mar 2021 21:48:16 +0000 (22:48 +0100)
commitd7a8f8d73a824808a63fc8f8a8d11e901b09e705
tree66267c2101da6818f2dcd248f5752af62502f9b9
parent3c8c4287e66ac012048217aac8dbd485a06cc18e
Turn off -Wdeclaration-after-statement and allow C99

I think this far into the 21st century we can allow declarations to be
in the middle of code blocks. Even MSVC supports that, even if it doesn't
do other parts of C99 like named struct initialisers.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac