Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c65ca14..b5ee763 100644
--- a/meson.build
+++ b/meson.build
@@ -142,7 +142,7 @@ endif
# it is not an error and silently tolerated
optional_arguments = [
'-Wundef',
- '-Wvla', # should be '-Werror=vla
+ '-Werror=vla',
]
if (get_option('buildtype') != 'debug' and get_option('buildtype') != 'plain')