commit | 9e44738ae7f06e182e2e393b1ad8da319b28447c | [log] [tgz] |
---|---|---|
author | Mathieu Duponchelle <mathieu@centricular.com> | Thu Mar 01 18:38:01 2018 +0100 |
committer | Mathieu Duponchelle <mathieu@centricular.com> | Thu Mar 01 18:38:01 2018 +0100 |
tree | 87a0a58a2b5fed47e1a1355dc0b4afbaa7bb1871 | |
parent | d67623c7a9cd50e42f1b2e48d29b79e366aa00ef [diff] |
meson: -Wformat-* require -Wformat
diff --git a/meson.build b/meson.build index 7aa45de..cbc3d5d 100644 --- a/meson.build +++ b/meson.build
@@ -344,6 +344,7 @@ '-Wredundant-decls', '-Wundef', '-Wwrite-strings', + '-Wformat', '-Wformat-nonliteral', '-Wformat-security', '-Wold-style-definition',