Skip to content

meson: remove -Wredundant-decls

Simon Ser requested to merge github/fork/emersion/noredundant-decls into master

This is causing issues with wayland-scanner generated files. The client and server headers are declaring the same structs. We include both in the Wayland backend.

See wayland/wayland#82

Merge request reports