Skip to content

Fix archlinux gcc build

Thibault Lemaire requested to merge fix/maybe-uninit-on-gcc12 into master

The maybe-uninitialized warning treated as an error is in the STL, we can't do anything about it.

Merge request reports