Closed J0nnyMak0 closed 2 days ago
What worked for me is to not treat warnings as errors: meson configure -Dwerror=false
For subprojects, you can set it e.g. via meson configure -Dwlroots:werror=false
Fixed by https://github.com/swaywm/sway/pull/8470.
With latest sources: