aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-03-12 10:30:01 +0100
committerDrew DeVault <sir@cmpwn.com>2019-03-12 08:16:07 -0600
commit408eca7dfa12eda0f1b0ec6050e99ee2e6a8f2b4 (patch)
tree68b5a41b5c7da977611e8eb54353034b85b734c0
parentc9137cba691b57c3eaf3ff94f9bf8e623f66ccc5 (diff)
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
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index dc4ff248..f5739fd2 100644
--- a/meson.build
+++ b/meson.build
@@ -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',