From 6756fb423a650f702706aa2326799c1ad8db8ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 11 Sep 2020 18:07:20 +0200 Subject: [PATCH] build: Enable -Wredundant-declarations --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 2ac7782c..a0e91f5c 100644 --- a/meson.build +++ b/meson.build @@ -23,6 +23,7 @@ add_project_arguments( '-Winit-self', '-Wmaybe-uninitialized', '-Wold-style-definition', + '-Wredundant-decls', '-Wstrict-prototypes', '-Wunused-function', ],