glib/gthread/tests
Simon McVittie 2b4977635c gthread: Fully initialize GThreadFunctions structure in test
The macOS CI builds with -Werror=missing-field-initializers by default,
making incomplete initializers a compile-time error (even though their
meaning is well-defined: missing fields are initialized as if with
.field = 0).

Resolves: https://gitlab.gnome.org/GNOME/glib/-/issues/2812
Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-11-14 09:43:29 +00:00
..
init.c gthread: Fully initialize GThreadFunctions structure in test 2022-11-14 09:43:29 +00:00
meson.build tests: Add some trivial tests for g_thread_init() 2022-11-10 15:33:34 +00:00