aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-23 17:06:52 +0100
committerSimon Ser <contact@emersion.fr>2021-02-23 17:06:52 +0100
commit3695ae97b4518e72694d5c015552515e7b4dfaee (patch)
tree46c62261c83255ce0cba68b6fcb897a5e4e650b1 /meson.build
parent4b43aebdc7eded8318a1afebd6617f2ddcaade42 (diff)
build: rollback -Wformat=2
Causes some build failures on Clang. Fixes: 4b43aebdc7ed ("build: add -Wformat=2 -Walloca")
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
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',