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:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 4c91015..ce24d04 100644
--- a/meson.build
+++ b/meson.build
@@ -111,8 +111,7 @@ if (get_option('buildtype') != 'debug' and
language: 'c')
endif
-add_project_arguments('-Wall', '-Wundef',
- language: 'c')
+add_project_arguments('-Wundef', language: 'c')
foreach f : feature_defines
cdata.set(f.get(0), f.get(1))