Skip to content

Remove -Wdeclaration-after-statement from list of enabled warnings

We use C99 features in various places (especially init-statement in for loops), and C99 allows declaration after statement. This also avoids warnings from other projects, like GObject Introspection >= 1.76.1 via g-ir-scanner.

Merge request reports