meson: remove -Wredundant-decls
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 https://gitlab.freedesktop.org/wayland/wayland/issues/82
This commit is contained in:
parent
c9137cba69
commit
408eca7dfa
|
@ -31,7 +31,6 @@ add_project_arguments(cc.get_supported_arguments([
|
|||
'-Wpointer-arith',
|
||||
'-Winit-self',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wredundant-decls',
|
||||
'-Wimplicit-fallthrough=2',
|
||||
'-Wendif-labels',
|
||||
'-Wstrict-aliasing=2',
|
||||
|
|
Loading…
Reference in New Issue