Silence some new Meson warnings

Review Request #1007 — Created Oct. 8, 2021 and submitted — Latest diff uploaded

Information

gplugin/gplugin
default

Reviewers

  • Use meson.project_build_root instead of meson.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.

Commits

Files

    Loading...