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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 90990db..6aaeaa4 100644
--- a/meson.build
+++ b/meson.build
@@ -145,6 +145,7 @@ endif
optional_arguments = [
'-Wundef',
'-Werror=vla',
+ '-Wno-maybe-uninitialized',
]
if (get_option('buildtype') != 'debug' and get_option('buildtype') != 'plain')