From af00d74f71ac411d7cfe2de023b0cc30528552b8 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 3 Dec 2020 15:26:28 +0000 Subject: [PATCH] build: Enable wformat to remove warnings about missing wformat --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 80b85f81..a00bae53 100644 --- a/meson.build +++ b/meson.build @@ -21,6 +21,7 @@ add_project_arguments( '-Werror=int-conversion', '-Wformat-nonliteral', '-Wformat-security', + '-Wformat', '-Winit-self', '-Wmaybe-uninitialized', '-Wold-style-definition',