diff options
author | David Robillard <d@drobilla.net> | 2023-09-23 17:54:45 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-23 17:59:26 -0400 |
commit | 1d2f4ef5a8b05698e33ce8dd87d01c091d38c7b2 (patch) | |
tree | cc4b97ca3bcac5d6116d318414250843f7f8f70c /test/test_uri.c | |
parent | a20595e543a7c6070f7e8453adfbbc3cfab32a52 (diff) | |
download | serd-1d2f4ef5a8b05698e33ce8dd87d01c091d38c7b2.tar.gz serd-1d2f4ef5a8b05698e33ce8dd87d01c091d38c7b2.tar.bz2 serd-1d2f4ef5a8b05698e33ce8dd87d01c091d38c7b2.zip |
Avoid use of deprecated meson string formatting with files
Meson annoyingly doesn't provide access to the path of file objects (but it
should). It was possible to do that by formatting a string with a file
argument, but now this triggers a loud warning that claims it has always been
broken and will be deprecated.
So, avoid this by juggling things around and maintaining unchecked path strings
instead, and hope that they're all passed to files() at some point so they
can't get stale.
Diffstat (limited to 'test/test_uri.c')
0 files changed, 0 insertions, 0 deletions