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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3e31a10..bcfebeb 100644
--- a/meson.build
+++ b/meson.build
@@ -149,6 +149,7 @@ optional_arguments = [
'-Werror=vla',
'-Wno-maybe-uninitialized',
'-Wno-unused-parameter',
+ '-Werror=missing-prototypes',
]
if (get_option('buildtype') != 'debug' and get_option('buildtype') != 'plain')