Skip to content

[th/missing-braces-warning]

Thomas Haller requested to merge th/missing-braces-warning into master

Fix all -Wmissing-braces warnings, and enable the warning.

We tried to disable the warning, but for some reasons that didn't work (e.g. for contrib/rpm the output was spammed with non-fatal warnings). Fix the warnings and enable them.

Also, make warnings with meson (optionally with -w test) fatal for contrib/rpm.

Merge request reports