From 93e9ce0dd7febe909733b8b949aa4340db2aa7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 11 Sep 2020 18:16:13 +0200 Subject: [PATCH] build: Enable '-Wunused-function' --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index a2435c7c..a599ed2b 100644 --- a/meson.build +++ b/meson.build @@ -21,6 +21,7 @@ add_project_arguments( '-Werror=int-conversion', '-Wold-style-definition', '-Wstrict-prototypes', + '-Wunused-function', ], language: 'c' )