Skip to content

Add more gcc error flags

Benjamin Otte requested to merge wip/otte/warnings into master

This patchset adds -Werror=vla and -Werror=implicit-fallthrough and makes the code compile without triggering them.

This requires bumping glib to 2.59 for G_GNUC_FALLTHROUGH

Merge request reports