Silence some new Meson warnings

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

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.

Summary ID
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.
1039a21664d490ddecf0f88073eb3cf81d12c727
Set warning level instead of adding Wextra explicitly
Meson warns about the latter, since the warning level covers it.
5402c6d1ceb90db52f573449d901070e1018924b
grim
  1. Ship It!
  2. Oooo good finds!!

  3. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...