diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-28 20:27:39 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-11-20 20:48:29 -0500 |
commit | 329783d80c69c689f97dbf08e88572187505904c (patch) | |
tree | 384029982361e9f9e7045ba094375cf8ab0d16d5 /mesonbuild/modules/windows.py | |
parent | dbb109703e0b1f91965868c3ab193eff6e45eb22 (diff) | |
download | meson-329783d80c69c689f97dbf08e88572187505904c.zip meson-329783d80c69c689f97dbf08e88572187505904c.tar.gz meson-329783d80c69c689f97dbf08e88572187505904c.tar.bz2 |
guard a complicated mlog.warning inside a Feature check
This is only relevant on certain versions of meson, so do not print it
when meson_version is too low.
The message itself is not precisely a deprecation warning, since
ostensibly it may be an unlikely coding mistake. It is probably an
attempt to implement `copy: true`, but it might not be, hence "warning"
instead of "deprecation". So although we could switch this to a
FeatureDeprecated, that is not being done at this time.
Diffstat (limited to 'mesonbuild/modules/windows.py')
0 files changed, 0 insertions, 0 deletions