diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-23 17:06:52 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-23 17:06:52 +0100 |
commit | 3695ae97b4518e72694d5c015552515e7b4dfaee (patch) | |
tree | 46c62261c83255ce0cba68b6fcb897a5e4e650b1 | |
parent | 4b43aebdc7eded8318a1afebd6617f2ddcaade42 (diff) |
build: rollback -Wformat=2
Causes some build failures on Clang.
Fixes: 4b43aebdc7ed ("build: add -Wformat=2 -Walloca")
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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', |