diff options
| author | Connor E <38229097+c-edw@users.noreply.github.com> | 2019-01-16 01:57:53 +0000 |
|---|---|---|
| committer | emersion <contact@emersion.fr> | 2019-01-16 13:02:26 +0100 |
| commit | aa9d7d8ca19f4489839f765ad7f190e8141bd001 (patch) | |
| tree | a00776437e012fb3f800b60c0bb7c25fdbf261b2 /meson.build | |
| parent | 02bbefda20b9a4f86e740d33bbaa21c661bb2fac (diff) | |
Remove usage of VLAs.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
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( '-Wno-unused-parameter', '-Wno-unused-result', '-Wundef', + '-Wvla', ], language: 'c', ) |
