=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for libgee0.6-0.6.8nb2 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8' Making all in gee gmake[2]: Entering directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/gee' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/gee' CC assemblyinfo.lo CC abstractlist.lo CC abstractcollection.lo CC abstractmultiset.lo CC abstractmap.lo CC abstractmultimap.lo CC abstractqueue.lo CC abstractset.lo abstractmap.c: In function 'gee_abstract_map_class_init': abstractmap.c:834:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 834 | g_type_class_add_private (klass, sizeof (GeeAbstractMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractmap.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractmap.c: In function 'gee_abstract_map_instance_init': abstractmap.c:930:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 930 | self->priv = GEE_ABSTRACT_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractcollection.c: In function 'gee_abstract_collection_class_init': abstractcollection.c:1694:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1694 | g_type_class_add_private (klass, sizeof (GeeAbstractCollectionPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractcollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractcollection.c: In function 'gee_abstract_collection_instance_init': abstractcollection.c:1757:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1757 | self->priv = GEE_ABSTRACT_COLLECTION_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractmultimap.c: In function 'gee_abstract_multi_map_real_get_all_keys': abstractmultimap.c:480:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 480 | _tmp17_ = _tmp16_; | ^ abstractmultimap.c: In function 'gee_abstract_multi_map_real_get_values': abstractmultimap.c:551:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 551 | _tmp14_ = _tmp13_; | ^ abstractmultimap.c: In function 'gee_abstract_multi_map_class_init': abstractmultimap.c:825:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 825 | g_type_class_add_private (klass, sizeof (GeeAbstractMultiMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractmultimap.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractmultimap.c: In function 'gee_abstract_multi_map_instance_init': abstractmultimap.c:858:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 858 | self->priv = GEE_ABSTRACT_MULTI_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractset.c: In function 'gee_abstract_set_class_init': abstractset.c:263:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 263 | g_type_class_add_private (klass, sizeof (GeeAbstractSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractset.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractset.c: In function 'gee_abstract_set_instance_init': abstractset.c:285:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 285 | self->priv = GEE_ABSTRACT_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractlist.c: In function 'gee_abstract_list_class_init': abstractlist.c:555:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 555 | g_type_class_add_private (klass, sizeof (GeeAbstractListPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractlist.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractlist.c: In function 'gee_abstract_list_instance_init': abstractlist.c:598:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 598 | self->priv = GEE_ABSTRACT_LIST_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractmultiset.c: In function 'gee_abstract_multi_set_iterator_class_init': abstractmultiset.c:698:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 698 | g_type_class_add_private (klass, sizeof (GeeAbstractMultiSetIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractmultiset.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractmultiset.c: In function 'gee_abstract_multi_set_iterator_instance_init': abstractmultiset.c:719:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 719 | self->priv = GEE_ABSTRACT_MULTI_SET_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractmultiset.c: In function 'gee_abstract_multi_set_class_init': abstractmultiset.c:781:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 781 | g_type_class_add_private (klass, sizeof (GeeAbstractMultiSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractmultiset.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractmultiset.c: In function 'gee_abstract_multi_set_instance_init': abstractmultiset.c:805:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 805 | self->priv = GEE_ABSTRACT_MULTI_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ abstractqueue.c: In function 'gee_abstract_queue_class_init': abstractqueue.c:297:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 297 | g_type_class_add_private (klass, sizeof (GeeAbstractQueuePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from abstractqueue.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ abstractqueue.c: In function 'gee_abstract_queue_instance_init': abstractqueue.c:335:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 335 | self->priv = GEE_ABSTRACT_QUEUE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC arraylist.lo CC bidiriterator.lo CC collection.lo arraylist.c: In function 'gee_array_list_iterator_real_first': arraylist.c:1191:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1191 | _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} arraylist.c:344:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 344 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ arraylist.c: In function 'gee_array_list_iterator_real_last': arraylist.c:1349:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1349 | _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} arraylist.c:344:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 344 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ arraylist.c: In function 'gee_array_list_iterator_class_init': arraylist.c:1518:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1518 | g_type_class_add_private (klass, sizeof (GeeArrayListIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from arraylist.c:31: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ arraylist.c: In function 'gee_array_list_iterator_instance_init': arraylist.c:1556:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1556 | self->priv = GEE_ARRAY_LIST_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arraylist.c: In function 'gee_array_list_class_init': arraylist.c:1622:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1622 | g_type_class_add_private (klass, sizeof (GeeArrayListPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from arraylist.c:31: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ arraylist.c: In function 'gee_array_list_instance_init': arraylist.c:1656:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1656 | self->priv = GEE_ARRAY_LIST_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arraylist.c: In function '_vala_array_move': arraylist.c:1755:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1755 | g_memmove (((char*) array) + (dest * element_size), ((char*) array) + (src * element_size), length * element_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC comparable.lo CC deque.lo CC functions.lo CC hashmap.lo CC hashmultimap.lo hashmultimap.c: In function 'gee_hash_multi_map_class_init': hashmultimap.c:557:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 557 | g_type_class_add_private (klass, sizeof (GeeHashMultiMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmultimap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmultimap.c: In function 'gee_hash_multi_map_instance_init': hashmultimap.c:578:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 578 | self->priv = GEE_HASH_MULTI_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC hashmultiset.lo functions.c: In function 'gee_functions_get_compare_func_for': functions.c:119:10: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 119 | _tmp1_ = g_strcmp0; | ^ hashmap.c: In function 'gee_hash_map_entry_class_init': hashmap.c:1832:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1832 | g_type_class_add_private (klass, sizeof (GeeHashMapEntryPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_entry_instance_init': hashmap.c:1851:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1851 | self->priv = GEE_HASH_MAP_ENTRY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function '_vala_gee_hash_map_entry_get_property': hashmap.c:1879:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1879 | g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ hashmap.c:1882:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1882 | g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ hashmap.c: In function 'gee_hash_map_key_set_real_get_size': hashmap.c:2039:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2039 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} hashmap.c:721:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 721 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ hashmap.c: In function 'gee_hash_map_key_set_class_init': hashmap.c:2048:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2048 | g_type_class_add_private (klass, sizeof (GeeHashMapKeySetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_key_set_instance_init': hashmap.c:2072:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2072 | self->priv = GEE_HASH_MAP_KEY_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_value_collection_real_get_size': hashmap.c:2287:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2287 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} hashmap.c:721:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 721 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ hashmap.c: In function 'gee_hash_map_value_collection_class_init': hashmap.c:2296:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2296 | g_type_class_add_private (klass, sizeof (GeeHashMapValueCollectionPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_value_collection_instance_init': hashmap.c:2320:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2320 | self->priv = GEE_HASH_MAP_VALUE_COLLECTION_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_entry_set_real_get_size': hashmap.c:2516:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2516 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} hashmap.c:721:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 721 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ hashmap.c: In function 'gee_hash_map_entry_set_class_init': hashmap.c:2525:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2525 | g_type_class_add_private (klass, sizeof (GeeHashMapEntrySetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c:2527:45: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 2527 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->add = gee_hash_map_entry_set_real_add; | ^ hashmap.c:2529:48: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 2529 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->remove = gee_hash_map_entry_set_real_remove; | ^ hashmap.c:2530:50: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 2530 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->contains = gee_hash_map_entry_set_real_contains; | ^ hashmap.c: In function 'gee_hash_map_entry_set_instance_init': hashmap.c:2549:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2549 | self->priv = GEE_HASH_MAP_ENTRY_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_node_iterator_first': hashmap.c:2751:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2751 | _tmp4_ = gee_abstract_map_get_size ((GeeMap*) _tmp3_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} hashmap.c:721:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 721 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ hashmap.c: In function 'gee_hash_map_node_iterator_class_init': hashmap.c:2767:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2767 | g_type_class_add_private (klass, sizeof (GeeHashMapNodeIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_node_iterator_instance_init': hashmap.c:2781:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2781 | self->priv = GEE_HASH_MAP_NODE_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_key_iterator_class_init': hashmap.c:2901:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2901 | g_type_class_add_private (klass, sizeof (GeeHashMapKeyIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_key_iterator_instance_init': hashmap.c:2924:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2924 | self->priv = GEE_HASH_MAP_KEY_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_map_iterator_class_init': hashmap.c:3115:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3115 | g_type_class_add_private (klass, sizeof (GeeHashMapMapIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_map_iterator_instance_init': hashmap.c:3140:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3140 | self->priv = GEE_HASH_MAP_MAP_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_value_iterator_class_init': hashmap.c:3253:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3253 | g_type_class_add_private (klass, sizeof (GeeHashMapValueIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_value_iterator_instance_init': hashmap.c:3276:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3276 | self->priv = GEE_HASH_MAP_VALUE_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_entry_iterator_class_init': hashmap.c:3387:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3387 | g_type_class_add_private (klass, sizeof (GeeHashMapEntryIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_entry_iterator_instance_init': hashmap.c:3410:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3410 | self->priv = GEE_HASH_MAP_ENTRY_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_class_init': hashmap.c:3470:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3470 | g_type_class_add_private (klass, sizeof (GeeHashMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmap.c: In function 'gee_hash_map_instance_init': hashmap.c:3523:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3523 | self->priv = GEE_HASH_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC hashset.lo CC iterable.lo CC iterator.lo CC linkedlist.lo CC list.lo hashmultiset.c: In function 'gee_hash_multi_set_class_init': hashmultiset.c:376:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 376 | g_type_class_add_private (klass, sizeof (GeeHashMultiSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashmultiset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashmultiset.c: In function 'gee_hash_multi_set_instance_init': hashmultiset.c:388:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 388 | self->priv = GEE_HASH_MULTI_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC listiterator.lo CC map.lo hashset.c: In function 'gee_hash_set_iterator_real_first': hashset.c:1063:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1063 | _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} hashset.c:289:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 289 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ hashset.c: In function 'gee_hash_set_iterator_class_init': hashset.c:1134:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1134 | g_type_class_add_private (klass, sizeof (GeeHashSetIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashset.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashset.c: In function 'gee_hash_set_iterator_instance_init': hashset.c:1155:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1155 | self->priv = GEE_HASH_SET_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashset.c: In function 'gee_hash_set_class_init': hashset.c:1216:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1216 | g_type_class_add_private (klass, sizeof (GeeHashSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from hashset.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ hashset.c: In function 'gee_hash_set_instance_init': hashset.c:1245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1245 | self->priv = GEE_HASH_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ linkedlist.c: In function 'gee_linked_list_real_index_of': linkedlist.c:749:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 749 | _tmp2_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp1_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} linkedlist.c:377:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 377 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ linkedlist.c: In function 'gee_linked_list_node_new': linkedlist.c:1641:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1641 | self->data = _tmp0_; | ^ linkedlist.c: In function 'gee_linked_list_iterator_real_first': linkedlist.c:1830:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1830 | _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} linkedlist.c:377:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 377 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ linkedlist.c: In function 'gee_linked_list_iterator_real_last': linkedlist.c:2017:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2017 | _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} linkedlist.c:377:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 377 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ linkedlist.c: In function 'gee_linked_list_iterator_class_init': linkedlist.c:2282:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2282 | g_type_class_add_private (klass, sizeof (GeeLinkedListIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from linkedlist.c:31: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ linkedlist.c: In function 'gee_linked_list_iterator_instance_init': linkedlist.c:2320:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2320 | self->priv = GEE_LINKED_LIST_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ linkedlist.c: In function 'gee_linked_list_class_init': linkedlist.c:2385:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2385 | g_type_class_add_private (klass, sizeof (GeeLinkedListPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from linkedlist.c:31: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ linkedlist.c: In function 'gee_linked_list_instance_init': linkedlist.c:2456:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2456 | self->priv = GEE_LINKED_LIST_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC mapiterator.lo CC multimap.lo map.c: In function 'gee_map_entry_class_init': map.c:546:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 546 | g_type_class_add_private (klass, sizeof (GeeMapEntryPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from map.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ map.c: In function 'gee_map_entry_instance_init': map.c:567:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 567 | self->priv = GEE_MAP_ENTRY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC multiset.lo CC priorityqueue.lo CC queue.lo CC readonlycollection.lo CC readonlylist.lo CC readonlymap.lo CC readonlyset.lo priorityqueue.c: In function 'gee_priority_queue_node_class_init': priorityqueue.c:3059:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3059 | g_type_class_add_private (klass, sizeof (GeePriorityQueueNodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_node_instance_init': priorityqueue.c:3064:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3064 | self->priv = GEE_PRIORITY_QUEUE_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_type1_node_class_init': priorityqueue.c:3233:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3233 | g_type_class_add_private (klass, sizeof (GeePriorityQueueType1NodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_type1_node_instance_init': priorityqueue.c:3238:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3238 | self->priv = GEE_PRIORITY_QUEUE_TYPE1_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_type2_node_class_init': priorityqueue.c:3289:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3289 | g_type_class_add_private (klass, sizeof (GeePriorityQueueType2NodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_type2_node_instance_init': priorityqueue.c:3294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3294 | self->priv = GEE_PRIORITY_QUEUE_TYPE2_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_dummy_node_class_init': priorityqueue.c:3337:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3337 | g_type_class_add_private (klass, sizeof (GeePriorityQueueDummyNodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_dummy_node_instance_init': priorityqueue.c:3342:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3342 | self->priv = GEE_PRIORITY_QUEUE_DUMMY_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_node_pair_class_init': priorityqueue.c:3500:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3500 | g_type_class_add_private (klass, sizeof (GeePriorityQueueNodePairPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_node_pair_instance_init': priorityqueue.c:3505:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3505 | self->priv = GEE_PRIORITY_QUEUE_NODE_PAIR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_iterator_class_init': priorityqueue.c:3826:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3826 | g_type_class_add_private (klass, sizeof (GeePriorityQueueIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_iterator_instance_init': priorityqueue.c:3847:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3847 | self->priv = GEE_PRIORITY_QUEUE_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_class_init': priorityqueue.c:3906:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3906 | g_type_class_add_private (klass, sizeof (GeePriorityQueuePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from priorityqueue.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ priorityqueue.c: In function 'gee_priority_queue_instance_init': priorityqueue.c:3952:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3952 | self->priv = GEE_PRIORITY_QUEUE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC set.lo CC sortedset.lo readonlymap.c: In function 'gee_read_only_map_map_iterator_class_init': readonlymap.c:833:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 833 | g_type_class_add_private (klass, sizeof (GeeReadOnlyMapMapIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlymap.c: In function 'gee_read_only_map_map_iterator_instance_init': readonlymap.c:859:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 859 | self->priv = GEE_READ_ONLY_MAP_MAP_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readonlymap.c: In function 'gee_read_only_map_class_init': readonlymap.c:927:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 927 | g_type_class_add_private (klass, sizeof (GeeReadOnlyMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlymap.c: In function 'gee_read_only_map_instance_init': readonlymap.c:1009:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1009 | self->priv = GEE_READ_ONLY_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readonlylist.c: In function 'gee_read_only_list_iterator_class_init': readonlylist.c:606:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 606 | g_type_class_add_private (klass, sizeof (GeeReadOnlyListIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlylist.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlylist.c: In function 'gee_read_only_list_iterator_instance_init': readonlylist.c:633:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 633 | self->priv = GEE_READ_ONLY_LIST_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readonlylist.c: In function 'gee_read_only_list_class_init': readonlylist.c:686:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 686 | g_type_class_add_private (klass, sizeof (GeeReadOnlyListPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlylist.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlylist.c: In function 'gee_read_only_list_instance_init': readonlylist.c:718:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 718 | self->priv = GEE_READ_ONLY_LIST_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readonlyset.c: In function 'gee_read_only_set_class_init': readonlyset.c:221:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 221 | g_type_class_add_private (klass, sizeof (GeeReadOnlySetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlycollection.c: In function 'gee_read_only_collection_iterator_class_init': In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlyset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlycollection.c:539:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 539 | g_type_class_add_private (klass, sizeof (GeeReadOnlyCollectionIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlyset.c: In function 'gee_read_only_set_instance_init': readonlyset.c:239:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 239 | self->priv = GEE_READ_ONLY_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlycollection.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlycollection.c: In function 'gee_read_only_collection_iterator_instance_init': readonlycollection.c:560:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 560 | self->priv = GEE_READ_ONLY_COLLECTION_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readonlycollection.c: In function 'gee_read_only_collection_class_init': readonlycollection.c:619:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 619 | g_type_class_add_private (klass, sizeof (GeeReadOnlyCollectionPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from readonlycollection.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ readonlycollection.c: In function 'gee_read_only_collection_instance_init': readonlycollection.c:668:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 668 | self->priv = GEE_READ_ONLY_COLLECTION_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC timsort.lo CC treemap.lo CC treemultimap.lo CC treemultiset.lo CC treeset.lo /usr/pkg/bin/g-ir-compiler -o Gee-1.0.typelib Gee-1.0.gir Gee-1.0.gir:8:51: warning: element annotation from state 7 is unknown, ignoring Gee-1.0.gir:9:53: warning: element annotation from state 7 is unknown, ignoring timsort.c: In function 'gee_tim_sort_insertion_sort': timsort.c:1130:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1130 | g_memmove (&_tmp34_[_tmp35_ + 1], &_tmp37_[_tmp38_], (gsize) (sizeof (gpointer) * (_tmp39_ - _tmp40_))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timsort.c: In function 'gee_tim_sort_slice_copy': timsort.c:3533:2: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 3533 | _tmp3_ = g_memdup (&_tmp0_[_tmp1_], ((guint) sizeof (gpointer)) * _tmp2_); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:56, from timsort.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:350:23: note: declared here 350 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ timsort.c: In function 'gee_tim_sort_slice_merge_in': timsort.c:3553:13: warning: Deprecated pre-processor symbol: replace with "memmove" 3553 | g_memmove (&_tmp0_[_tmp1_], &_tmp2_[_tmp3_], (gsize) (sizeof (gpointer) * _tmp4_)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timsort.c: In function 'gee_tim_sort_slice_merge_in_reversed': timsort.c:3569:13: warning: Deprecated pre-processor symbol: replace with "memmove" 3569 | g_memmove (&_tmp0_[_tmp1_], &_tmp2_[_tmp3_], (gsize) (sizeof (gpointer) * _tmp4_)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timsort.c: In function 'gee_tim_sort_class_init': timsort.c:3747:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3747 | g_type_class_add_private (klass, sizeof (GeeTimSortPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from timsort.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ timsort.c: In function 'gee_tim_sort_instance_init': timsort.c:3758:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3758 | self->priv = GEE_TIM_SORT_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timsort.c: In function '_vala_array_move': timsort.c:3862:13: warning: Deprecated pre-processor symbol: replace with "memmove" 3862 | g_memmove (((char*) array) + (dest * element_size), ((char*) array) + (src * element_size), length * element_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_entry_class_init': treemap.c:2473:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2473 | g_type_class_add_private (klass, sizeof (GeeTreeMapEntryPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_entry_instance_init': treemap.c:2492:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2492 | self->priv = GEE_TREE_MAP_ENTRY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function '_vala_gee_tree_map_entry_get_property': treemap.c:2520:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2520 | g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ treemap.c:2523:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2523 | g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ treemap.c: In function 'gee_tree_map_key_set_real_get_size': treemap.c:2680:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2680 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} treemap.c:753:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 753 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ treemap.c: In function 'gee_tree_map_key_set_class_init': treemap.c:2689:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2689 | g_type_class_add_private (klass, sizeof (GeeTreeMapKeySetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_key_set_instance_init': treemap.c:2713:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2713 | self->priv = GEE_TREE_MAP_KEY_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_value_collection_real_get_size': treemap.c:2928:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2928 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} treemap.c:753:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 753 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ treemap.c: In function 'gee_tree_map_value_collection_class_init': treemap.c:2937:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2937 | g_type_class_add_private (klass, sizeof (GeeTreeMapValueCollectionPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_value_collection_instance_init': treemap.c:2961:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2961 | self->priv = GEE_TREE_MAP_VALUE_COLLECTION_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_entry_set_real_get_size': treemap.c:3157:38: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 3157 | _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); | ^~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} treemap.c:753:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 753 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ treemap.c: In function 'gee_tree_map_entry_set_class_init': treemap.c:3166:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3166 | g_type_class_add_private (klass, sizeof (GeeTreeMapEntrySetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c:3168:45: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 3168 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->add = gee_tree_map_entry_set_real_add; | ^ treemap.c:3170:48: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 3170 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->remove = gee_tree_map_entry_set_real_remove; | ^ treemap.c:3171:50: warning: assignment to 'gboolean (*)(GeeAbstractCollection *, const void *)' {aka 'int (*)(struct _GeeAbstractCollection *, const void *)'} from incompatible pointer type 'gboolean (*)(GeeAbstractCollection *, GeeMapEntry *)' {aka 'int (*)(struct _GeeAbstractCollection *, struct _GeeMapEntry *)'} [-Wincompatible-pointer-types] 3171 | GEE_ABSTRACT_COLLECTION_CLASS (klass)->contains = gee_tree_map_entry_set_real_contains; | ^ treemap.c: In function 'gee_tree_map_entry_set_instance_init': treemap.c:3190:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3190 | self->priv = GEE_TREE_MAP_ENTRY_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_node_iterator_class_init': treemap.c:3668:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3668 | g_type_class_add_private (klass, sizeof (GeeTreeMapNodeIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_node_iterator_instance_init': treemap.c:3682:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3682 | self->priv = GEE_TREE_MAP_NODE_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_key_iterator_class_init': treemap.c:3794:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3794 | g_type_class_add_private (klass, sizeof (GeeTreeMapKeyIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_key_iterator_instance_init': treemap.c:3825:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3825 | self->priv = GEE_TREE_MAP_KEY_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_value_iterator_class_init': treemap.c:3933:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3933 | g_type_class_add_private (klass, sizeof (GeeTreeMapValueIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_value_iterator_instance_init': treemap.c:3964:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3964 | self->priv = GEE_TREE_MAP_VALUE_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_entry_iterator_class_init': treemap.c:4070:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4070 | g_type_class_add_private (klass, sizeof (GeeTreeMapEntryIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_entry_iterator_instance_init': treemap.c:4101:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4101 | self->priv = GEE_TREE_MAP_ENTRY_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_map_iterator_class_init': treemap.c:4258:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4258 | g_type_class_add_private (klass, sizeof (GeeTreeMapMapIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_map_iterator_instance_init': treemap.c:4283:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4283 | self->priv = GEE_TREE_MAP_MAP_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_class_init': treemap.c:4343:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4343 | g_type_class_add_private (klass, sizeof (GeeTreeMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemap.c: In function 'gee_tree_map_instance_init': treemap.c:4392:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4392 | self->priv = GEE_TREE_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemultimap.c: In function 'gee_tree_multi_map_class_init': treemultimap.c:497:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 497 | g_type_class_add_private (klass, sizeof (GeeTreeMultiMapPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemultimap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemultimap.c: In function 'gee_tree_multi_map_instance_init': treemultimap.c:516:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 516 | self->priv = GEE_TREE_MULTI_MAP_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treemultiset.c: In function 'gee_tree_multi_set_class_init': treemultiset.c:356:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 356 | g_type_class_add_private (klass, sizeof (GeeTreeMultiSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treemultiset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treemultiset.c: In function 'gee_tree_multi_set_instance_init': treemultiset.c:367:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 367 | self->priv = GEE_TREE_MULTI_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_iterator_class_init': treeset.c:2895:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 2895 | g_type_class_add_private (klass, sizeof (GeeTreeSetIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treeset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_iterator_instance_init': treeset.c:2924:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2924 | self->priv = GEE_TREE_SET_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_range_class_init': treeset.c:3740:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 3740 | g_type_class_add_private (klass, sizeof (GeeTreeSetRangePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treeset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_range_instance_init': treeset.c:3745:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3745 | self->priv = GEE_TREE_SET_RANGE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_sub_set_class_init': treeset.c:4500:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4500 | g_type_class_add_private (klass, sizeof (GeeTreeSetSubSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treeset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_sub_set_instance_init': treeset.c:4536:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4536 | self->priv = GEE_TREE_SET_SUB_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_sub_iterator_class_init': treeset.c:4939:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4939 | g_type_class_add_private (klass, sizeof (GeeTreeSetSubIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treeset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_sub_iterator_instance_init': treeset.c:4968:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4968 | self->priv = GEE_TREE_SET_SUB_ITERATOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_class_init': treeset.c:5032:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 5032 | g_type_class_add_private (klass, sizeof (GeeTreeSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from treeset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ treeset.c: In function 'gee_tree_set_instance_init': treeset.c:5073:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5073 | self->priv = GEE_TREE_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libgee.la gmake[3]: Leaving directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/gee' gmake[2]: Leaving directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/gee' Making all in tests gmake[2]: Entering directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/tests' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/tests' CC testarraylist.o CC testcase.o CC testcollection.o CC testcomparable.o CC testdeque.o CC testhashmap.o CC testhashmultimap.o CC testhashmultiset.o testcollection.c: In function 'collection_tests_test_add_all': testcollection.c:1668:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1668 | _tmp33_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:1708:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1708 | _tmp57_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:1745:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1745 | _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c: In function 'collection_tests_test_remove_all': testcollection.c:1939:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1939 | _tmp30_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:1967:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1967 | _tmp47_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c: In function 'collection_tests_test_retain_all': testcollection.c:2129:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2129 | _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:2160:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2160 | _tmp47_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:2203:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2203 | _tmp73_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testcollection.c:2243:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2243 | _tmp97_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); | ^~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testcollection.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testarraylist.c: In function 'array_list_tests_test_typed_to_array': testarraylist.c:517:13: warning: assignment to 'gboolean *' {aka 'int *'} from incompatible pointer type 'void **' [-Wincompatible-pointer-types] 517 | bool_array = _tmp9_; | ^ testarraylist.c:585:12: warning: assignment to 'gint *' {aka 'int *'} from incompatible pointer type 'void **' [-Wincompatible-pointer-types] 585 | int_array = _tmp34_; | ^ testarraylist.c:656:15: warning: assignment to 'gdouble **' {aka 'double **'} from incompatible pointer type 'void **' [-Wincompatible-pointer-types] 656 | double_array = _tmp62_; | ^ CC testhashset.o CC testlinkedlist.o CC testlinkedlistasdeque.o testdeque.c: In function 'deque_tests_test_queue_use': testdeque.c:350:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 350 | _tmp52_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:362:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 362 | _tmp59_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:383:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 383 | _tmp70_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:392:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 392 | _tmp75_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c: In function 'deque_tests_test_stack_use': testdeque.c:576:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 576 | _tmp52_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:588:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 588 | _tmp59_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:609:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 609 | _tmp70_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:618:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 618 | _tmp75_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c: In function 'deque_tests_test_reversed_stack_use': testdeque.c:802:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 802 | _tmp52_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:814:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 814 | _tmp59_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:835:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 835 | _tmp70_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testdeque.c:844:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 844 | _tmp75_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testdeque.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ CC testlist.o CC testmain.o testcase.c: In function 'gee_test_case_add_test': testcase.c:215:59: warning: passing argument 4 of 'g_test_create_case' from incompatible pointer type [-Wincompatible-pointer-types] 215 | _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _gee_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _gee_test_case_adaptor_run_gtest_func, (void (*) (void)) _gee_test_case_adaptor_tear_down_gtest_func); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testcase.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: expected 'GTestFixtureFunc' {aka 'void (*)(void *, const void *)'} but argument is of type 'void (*)(void)' 557 | GTestFixtureFunc data_setup, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ testcase.c:215:119: warning: passing argument 5 of 'g_test_create_case' from incompatible pointer type [-Wincompatible-pointer-types] 215 | _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _gee_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _gee_test_case_adaptor_run_gtest_func, (void (*) (void)) _gee_test_case_adaptor_tear_down_gtest_func); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testcase.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: expected 'GTestFixtureFunc' {aka 'void (*)(void *, const void *)'} but argument is of type 'void (*)(void)' 558 | GTestFixtureFunc data_test, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ testcase.c:215:176: warning: passing argument 6 of 'g_test_create_case' from incompatible pointer type [-Wincompatible-pointer-types] 215 | _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _gee_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _gee_test_case_adaptor_run_gtest_func, (void (*) (void)) _gee_test_case_adaptor_tear_down_gtest_func); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testcase.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: expected 'GTestFixtureFunc' {aka 'void (*)(void *, const void *)'} but argument is of type 'void (*)(void)' 559 | GTestFixtureFunc data_teardown); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ testcase.c: In function 'gee_test_case_adaptor_class_init': testcase.c:450:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 450 | g_type_class_add_private (klass, sizeof (GeeTestCaseAdaptorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from testcase.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ testcase.c: In function 'gee_test_case_adaptor_instance_init': testcase.c:455:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 455 | self->priv = GEE_TEST_CASE_ADAPTOR_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testcase.c: In function 'gee_test_case_class_init': testcase.c:506:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 506 | g_type_class_add_private (klass, sizeof (GeeTestCasePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from testcase.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ testcase.c: In function 'gee_test_case_instance_init': testcase.c:515:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 515 | self->priv = GEE_TEST_CASE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC testmap.o CC testmultimap.o CC testmultiset.o testmain.c: In function 'main': testlist.c: In function 'list_tests_test_get': testmain.c:548:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] 548 | g_type_init (); | ^~~~~~~~~~~ testlist.c:762:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 762 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:782:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 782 | _tmp12_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:794:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 794 | _tmp16_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:829:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 829 | _tmp34_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_set': testlist.c:889:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 889 | _tmp6_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from testmain.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ testlist.c:928:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 928 | _tmp29_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_insert': testlist.c:998:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 998 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1050:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1050 | _tmp32_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1080:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1080 | _tmp47_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_remove_at': testlist.c:1165:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1165 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1177:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1177 | _tmp7_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1280:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1280 | _tmp69_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1292:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1292 | _tmp73_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_first': testlist.c:1395:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1395 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1446:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1446 | _tmp32_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_last': testlist.c:1506:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1506 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ CC testpriorityqueue.o testlist.c:1563:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1563 | _tmp38_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c: In function 'list_tests_test_insert_all': testlist.c:1837:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1837 | _tmp36_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp35_); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:1848:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1848 | _tmp44_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp43_); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:1868:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1868 | _tmp57_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:1905:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1905 | _tmp78_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp77_); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:1916:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1916 | _tmp86_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp85_); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:1979:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1979 | _tmp126_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp125_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:1990:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1990 | _tmp134_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp133_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:2055:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2055 | _tmp175_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp174_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c:2066:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 2066 | _tmp183_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp182_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testlist.c:31: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testlist.c: In function 'list_tests_test_slice': testlist.c:2150:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 2150 | _tmp3_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testlist.c:2210:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 2210 | _tmp38_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testlist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ CC testqueue.o CC testreadonlycollection.o CC testreadonlylist.o testqueue.c: In function 'queue_tests_test_one_element_operation': testqueue.c:415:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 415 | _tmp26_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testqueue.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testqueue.c:431:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 431 | _tmp35_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testqueue.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testqueue.c:445:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 445 | _tmp43_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | GeeCollection * {aka struct _GeeCollection *} In file included from testqueue.c:28: ../gee/gee.h:755:63: note: expected 'GeeAbstractCollection *' {aka 'struct _GeeAbstractCollection *'} but argument is of type 'GeeCollection *' {aka 'struct _GeeCollection *'} 755 | gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ testpriorityqueue.c: In function 'priority_queue_tests_test_selected_functions': testpriorityqueue.c:211:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 211 | _tmp4_ = g_strcmp0; | ^ testmap.c: In function 'map_tests_test_keys': testmap.c:891:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 891 | _tmp20_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testmap.c: In function 'map_tests_test_values': testmap.c:1029:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1029 | _tmp20_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testmap.c: In function 'map_tests_test_entries': testmap.c:1185:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1185 | _tmp24_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testmap.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlycollection.c: In function 'read_only_collection_tests_test_immutable_iterator': testreadonlycollection.c:379:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 379 | _tmp30_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlycollection.c: In function 'read_only_collection_tests_test_immutable': testreadonlycollection.c:472:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 472 | _tmp12_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testmap.c: In function 'map_tests_test_unset_all': testmap.c:1578:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1578 | _tmp20_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} testreadonlycollection.c:489:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 489 | _tmp20_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlycollection.c:504:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 504 | _tmp27_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ testreadonlycollection.c:521:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 521 | _tmp35_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testmap.c:1588:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1588 | _tmp27_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} testreadonlycollection.c:540:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 540 | _tmp44_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlycollection.c:562:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 562 | _tmp55_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlycollection.c:28: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testmap.c:1628:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1628 | _tmp50_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ testmap.c:1638:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1638 | _tmp57_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ testmap.c:1658:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1658 | _tmp66_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ testmap.c:1668:39: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [-Wincompatible-pointer-types] 1668 | _tmp73_ = gee_abstract_map_get_size ((GeeMap*) another_map); | ^~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} In file included from testmap.c:31: ../gee/gee.h:790:49: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 790 | gint gee_abstract_map_get_size (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ testmap.c: In function 'map_tests_test_entry_class_init': testmap.c:1937:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1937 | g_type_class_add_private (klass, sizeof (MapTestsTestEntryPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from testmap.c:30: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ testmap.c: In function 'map_tests_test_entry_instance_init': testmap.c:1956:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1956 | self->priv = MAP_TESTS_TEST_ENTRY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testmap.c: In function '_vala_map_tests_test_entry_get_property': testmap.c:1986:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1986 | g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from testmap.c:30: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ testmap.c:1989:31: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1989 | g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:40, from testmap.c:30: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:270:22: note: expected 'gpointer' {aka 'void *'} but argument is of type 'gconstpointer' {aka 'const void *'} 270 | gpointer v_pointer); | ~~~~~~~~~~~~~~^~~~~~~~~ CC testreadonlymap.o testreadonlylist.c: In function 'read_only_list_tests_test_immutable_iterator': testreadonlylist.c:424:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 424 | _tmp64_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:449:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 449 | _tmp77_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:474:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 474 | _tmp90_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:499:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 499 | _tmp103_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c: In function 'read_only_list_tests_test_immutable': testreadonlylist.c:605:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 605 | _tmp16_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:620:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 620 | _tmp23_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:635:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 635 | _tmp30_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:654:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 654 | _tmp39_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlylist.c:671:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 671 | _tmp47_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlylist.c:29: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ CC testreadonlyset.o testreadonlymap.c: In function 'read_only_map_tests_test_immutable_iterator': testreadonlymap.c:350:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 350 | _tmp42_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlymap.c: In function 'read_only_map_tests_test_immutable': testreadonlymap.c:450:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 450 | _tmp11_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlymap.c:468:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 468 | _tmp20_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlymap.c:486:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 486 | _tmp29_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlymap.c:506:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 506 | _tmp39_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testreadonlymap.c:526:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 526 | _tmp49_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testreadonlymap.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ CC testset.o CC testtreemap.o CC testsortedset.o CC testtreemultimap.o CC testtreemultiset.o CC testtreeset.o testsortedset.c: In function 'sorted_set_tests_test_first': testsortedset.c:525:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 525 | _tmp2_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_test_last': testsortedset.c:588:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 588 | _tmp2_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_test_mutable_bidir_iterator': testsortedset.c:1470:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1470 | _tmp20_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c:1497:2: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 1497 | _tmp34_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_sub_set_test_iterator': testsortedset.c:2992:3: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 2992 | _tmp86_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_sub_set_test_boundaries': testsortedset.c:3365:4: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 3365 | _tmp34_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c:3377:4: warning: 'g_test_trap_fork' is deprecated: Use 'g_test_trap_subprocess' instead [-Wdeprecated-declarations] 3377 | _tmp38_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); | ^~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib.h:89, from testsortedset.c:26: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib/gtestutils.h:502:10: note: declared here 502 | gboolean g_test_trap_fork (guint64 usec_timeout, | ^~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_sub_set_class_init': testsortedset.c:4667:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 4667 | g_type_class_add_private (klass, sizeof (SortedSetTestsSubSetPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/glib-object.h:24, from testsortedset.c:27: /pbulk/work/devel/libgee0.6/work/.buildlink/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here 1497 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ testsortedset.c: In function 'sorted_set_tests_sub_set_instance_init': testsortedset.c:4675:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4675 | self->priv = SORTED_SET_TESTS_SUB_SET_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testtreemultiset.c: In function 'tree_multi_set_tests_test_selected_functions': testtreemultiset.c:194:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 194 | _tmp4_ = g_strcmp0; | ^ testtreeset.c: In function 'tree_set_tests_test_selected_functions': testtreeset.c:237:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 237 | _tmp4_ = g_strcmp0; | ^ testtreemultimap.c: In function 'tree_multi_map_tests_test_selected_functions': testtreemultimap.c:179:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 179 | _tmp4_ = g_strcmp0; | ^ testtreemultimap.c:183:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 183 | _tmp7_ = g_strcmp0; | ^ testtreemap.c: In function 'tree_map_tests_test_selected_functions': testtreemap.c:194:9: warning: assignment to 'GCompareFunc' {aka 'int (*)(const void *, const void *)'} from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types] 194 | _tmp4_ = g_strcmp0; | ^ testtreemap.c: In function 'tree_map_tests_test_key_ordering': testtreemap.c:313:38: warning: passing argument 1 of 'gee_abstract_map_get_keys' from incompatible pointer type [-Wincompatible-pointer-types] 313 | _tmp2_ = gee_abstract_map_get_keys ((GeeMap*) test_tree_map); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | GeeMap * {aka struct _GeeMap *} In file included from testtreemap.c:29: ../gee/gee.h:792:52: note: expected 'GeeAbstractMap *' {aka 'struct _GeeAbstractMap *'} but argument is of type 'GeeMap *' {aka 'struct _GeeMap *'} 792 | GeeSet* gee_abstract_map_get_keys (GeeAbstractMap* self); | ~~~~~~~~~~~~~~~~^~~~ CCLD tests ld: warning: libffi.so.8, needed by /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so, not found (try using -rpath or -rpath-link) ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint64@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint32@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_void@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint64@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_float@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_pointer@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_double@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint32@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_prep_cif@LIBFFI_BASE_8.0' ld: /pbulk/work/devel/libgee0.6/work/.buildlink/lib/libgobject-2.0.so: undefined reference to `ffi_call@LIBFFI_BASE_8.0' gmake[3]: *** [Makefile:374: tests] Error 1 gmake[3]: Leaving directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/tests' gmake[2]: *** [Makefile:328: all] Error 2 gmake[2]: Leaving directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8/tests' gmake[1]: *** [Makefile:437: all-recursive] Error 1 gmake[1]: Leaving directory '/pbulk/work/devel/libgee0.6/work/libgee-0.6.8' gmake: *** [Makefile:344: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/devel/libgee0.6 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/libgee0.6