summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 520a87ad..2285cbdf 100644
--- a/meson.build
+++ b/meson.build
@@ -17,6 +17,7 @@ add_project_arguments(
17 '-Wno-unused-parameter', 17 '-Wno-unused-parameter',
18 '-Wno-unused-result', 18 '-Wno-unused-result',
19 '-Wundef', 19 '-Wundef',
20 '-Wvla',
20 ], 21 ],
21 language: 'c', 22 language: 'c',
22) 23)