Skip to content

Enable higher Meson warning level

Daniel Stone requested to merge daniels/weston:warning-level-3 into master

Meson has 3 warning levels. We currently use 2 in our default Meson settings, but if we suppress GCC's pedantic warnings, we can switch to using warning level 3 in CI to catch more failures earlier.

Merge request reports