mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 22:37:15 +01:00
tests/gobject/testgobject.c: In function ‘test_iface_get_type’: tests/gobject/testgobject.c:53:7: error: missing initializer for field ‘class_init’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} 53 | }; | ^ tests/gobject/testgobject.c: In function ‘test_object_get_type’: tests/gobject/testgobject.c:182:7: error: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} 182 | }; | ^ tests/gobject/testgobject.c: In function ‘derived_object_get_type’: tests/gobject/testgobject.c:349:7: error: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} 349 | }; | ^