From 9e44738ae7f06e182e2e393b1ad8da319b28447c Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 1 Mar 2018 18:38:01 +0100 Subject: [PATCH] meson: -Wformat-* require -Wformat --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 7aa45de284..cbc3d5dce0 100644 --- a/meson.build +++ b/meson.build @@ -344,6 +344,7 @@ warning_flags = [ '-Wredundant-decls', '-Wundef', '-Wwrite-strings', + '-Wformat', '-Wformat-nonliteral', '-Wformat-security', '-Wold-style-definition',