I got this warning on a build: > WARNING: Passed invalid keyword argument preset. This will become a hard error in the future. I had to grep in meson code to understand that "preset" was the name of the invalid argument. This is not obvious at all depending on the argument name (here it looked like it was about argument presets). Let's make it clearer by putting it in quotes.pull/2024/head
parent
d80787ae28
commit
2f691410fc
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue