From 3695ae97b4518e72694d5c015552515e7b4dfaee Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 23 Feb 2021 17:06:52 +0100 Subject: [PATCH] build: rollback -Wformat=2 Causes some build failures on Clang. Fixes: 4b43aebdc7ed ("build: add -Wformat=2 -Walloca") --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 144c0de6..012fed3a 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,6 @@ add_project_arguments(cc.get_supported_arguments([ '-Wstrict-aliasing=2', '-Woverflow', '-Wmissing-prototypes', - '-Wformat=2', '-Walloca', '-Wno-missing-braces',