Skip to content

Drop -Werror=array-bounds

Matthias Clasen requested to merge matthiasc/for-main into main

gcc has strange issues with this and produces false positives that recently started breaking the build of pango as a subproject in gtk.

See e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523

Merge request reports