Skip to content

meson: fix warnings for extract_all_objects function

Eli Schwartz requested to merge eschwartz/glib:fatal-meson-warnings into main

The "recursive:" kwarg is available in the targeted minimum version of meson, and is basically required if you want to not emit warnings and maybe error with --fatal-meson-warnings. The current default behavior is false, so explicitly opt in to that value.

None of these internal libraries use recursive objects anyway.

Merge request reports