Skip to content

Fix detecting size_t size when `-Wmissing-prototypes` is in CFLAGS

Colomban Wendling requested to merge cwendling/glib:meson-size_t-check into main

As this test includes -Werror, we need to be extra careful in which warnings this code could trigger.

Merge request reports