Skip to content

[th/gcc-suppress-dangling-pointer-warning] suppress -Wdangling-pointer with gcc 12.0.1-0.8.fc36

Thomas Haller requested to merge th/gcc-suppress-dangling-pointer-warning into main

gcc 12 enabled -Wdangling-pointer with -Wall.

It breaks our build in gitlab-ci (for Fedora 36), as we build with -Werror.

Workaround.

Merge request reports