shithub: dav1d

Download patch

ref: fa3d225de929a87d2fde8f00dc7c07785c03ca83
parent: cedefa50c379a46813be2bdae1ae9137963622fc
author: Marvin Scholz <epirat07@gmail.com>
date: Tue Oct 2 12:26:50 EDT 2018

Build: Do not warn about maybe-uninitialized

--- a/meson.build
+++ b/meson.build
@@ -145,6 +145,7 @@
 optional_arguments = [
   '-Wundef',
   '-Werror=vla',
+  '-Wno-maybe-uninitialized',
 ]
 
 if (get_option('buildtype') != 'debug' and get_option('buildtype') != 'plain')