ref: 8c987b2b5c46b56b67079a3e9426f1f4715561e0
parent: a6ada33b970a6f0706d81d252c98ee779682209c
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sat Sep 29 09:39:40 EDT 2018
Set build warnings to 2 (-Wextra)
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,8 @@
project('dav1d', ['c'],
version: '0.0.1',
- default_options: ['c_std=c99'],
+ default_options: ['c_std=c99',
+ 'warning_level=2'],
meson_version: '>= 0.47.0')
dav1d_version_array = meson.project_version().split('.')