mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-19 06:15:34 +01:00
glib/deprecated/gthread-deprecated.c: In function ‘g_static_rec_mutex_init’: glib/deprecated/gthread-deprecated.c:657:3: error: missing initializer for field ‘depth’ of ‘GStaticRecMutex’ {aka ‘const struct _GStaticRecMutex’} [-Werror=missing-field-initializers] static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT; ^~~~~~ In file included from glib/deprecated/gthread-deprecated.c:30: glib/deprecated/gthread.h:161:9: note: ‘depth’ declared here guint depth; ^~~~~