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:
authorJean-Baptiste Kempf <jb@videolan.org>2018-09-29 14:39:40 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-09-29 14:44:06 +0300
commit8c987b2b5c46b56b67079a3e9426f1f4715561e0 (patch)
treeeae444298ba3a4f3ebee51fc2fed6bc683c9701f /meson.build
parenta6ada33b970a6f0706d81d252c98ee779682209c (diff)
Set build warnings to 2 (-Wextra)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2c0a385..b7a10ec 100644
--- 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('.')