mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
83d46f6a0a
glib/deprecated/gthread-deprecated.c:473:42: warning: missing field 'unused' initializer static const GStaticMutex init_mutex = G_STATIC_MUTEX_INIT; ^ glib/deprecated/gthread.h:128:36: note: expanded from macro 'G_STATIC_MUTEX_INIT' ^ glib/deprecated/gthread-deprecated.c:659:45: warning: missing field 'unused' initializer static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT; ^ glib/deprecated/gthread.h:170:35: note: expanded from macro 'G_STATIC_REC_MUTEX_INIT' ^ glib/deprecated/gthread.h:128:36: note: expanded from macro 'G_STATIC_MUTEX_INIT' ^ glib/deprecated/gthread-deprecated.c:959:42: warning: missing field 'unused' initializer static const GStaticRWLock init_lock = G_STATIC_RW_LOCK_INIT; ^ glib/deprecated/gthread.h:206:33: note: expanded from macro 'G_STATIC_RW_LOCK_INIT' ^ glib/deprecated/gthread.h:128:36: note: expanded from macro 'G_STATIC_MUTEX_INIT' ^