Skip to content

build: Drop declaration-after-statement warning

Emmanuele Bassi requested to merge ebassi/allow-c99 into main

We explicitly depend on C11 with GNU extensions, but we still warn when using C99 functionality that has been allowed in GTK and GLib for years.

Having mixed declarations and statements is not controversial any more.

Merge request reports