Silence some new Meson warnings
Review Request #1007 — Created Oct. 8, 2021 and submitted
- 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.
Summary | ID |
---|---|
1039a21664d490ddecf0f88073eb3cf81d12c727 | |
5402c6d1ceb90db52f573449d901070e1018924b |