summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-11-14 18:34:51 -0600
committerDudemanguy <random342@airmail.cc>2021-11-15 16:58:23 +0000
commitdfbaf4dd81cd19779bfa810b0f838a10c3836963 (patch)
tree95a47d383343c64678ccfe0cc1ecc4ee10846a5c /meson_options.txt
parent923c0f03704ed3d5caea089245a9c6ff74071bb0 (diff)
downloadmpv-dfbaf4dd81cd19779bfa810b0f838a10c3836963.tar.bz2
mpv-dfbaf4dd81cd19779bfa810b0f838a10c3836963.tar.xz
meson: fix -Werror=format-security flag
This test fails because the compiler object does not have -Wformat when it tries this flag. To fix this this, we have to pass both -Wformat and -Werror=format-security at the same time during the test. This requires us to use has_multi_arguments so this flag needs to be pulled out of this array and tested separately.
Diffstat (limited to 'meson_options.txt')
0 files changed, 0 insertions, 0 deletions