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:
authorMarvin Scholz <epirat07@gmail.com>2018-10-02 17:27:02 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-10-02 17:28:41 +0300
commit1add94bf0bc54880427f2a37f092749dda9e72f6 (patch)
treeeb148be7bd7fa62e0c66a008ca18079753511a35 /meson.build
parentfa3d225de929a87d2fde8f00dc7c07785c03ca83 (diff)
Build: Do not warn about unused-parameter
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 6aaeaa4..da95f66 100644
--- a/meson.build
+++ b/meson.build
@@ -146,6 +146,7 @@ optional_arguments = [
'-Wundef',
'-Werror=vla',
'-Wno-maybe-uninitialized',
+ '-Wno-unused-parameter',
]
if (get_option('buildtype') != 'debug' and get_option('buildtype') != 'plain')