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 2af8302..0d2204e 100644
--- a/meson.build
+++ b/meson.build
@@ -259,6 +259,7 @@ if cc.get_argument_syntax() != 'msvc'
else
optional_arguments += [
'-wd4028', # parameter different from declaration
+ '-wd4090', # broken with arrays of pointers
'-wd4996' # use of POSIX functions
]
endif