Silence some new Meson warnings
Review Request #1007 — Created Oct. 8, 2021 and submitted — Latest diff uploaded
- Use
meson.project_build_root
instead ofmeson.build_root
The former is new in 0.56, but we require 0.58 and so the latter causes a deprecation warning. - Set warning level instead of adding
-Wextra
explicitly
Meson warns about the latter, since the warning level covers it.
Reconfigured and saw less warnings.