=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libkkc-0.3.5nb4 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5' Making all in marisa-glib gmake[2]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/marisa-glib' CXX libmarisa_glib_la-marisa-key.lo CXX libmarisa_glib_la-marisa-keyset.lo CXX libmarisa_glib_la-marisa-agent.lo CXX libmarisa_glib_la-marisa-trie.lo CXXLD libmarisa-glib.la gmake[2]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/marisa-glib' Making all in libkkc gmake[2]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/libkkc' CC libkkc_la-metadata-file.lo metadata-file.c:422:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcMetadataFilePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ metadata-file.c:453:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_METADATA_FILE_GET_PRIVATE (self); ^ metadata-file.c:75:43: note: expanded from macro 'KKC_METADATA_FILE_GET_PRIVATE' #define KKC_METADATA_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_METADATA_FILE, KkcMetadataFilePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:111:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ metadata-file.c:470:6: warning: passing 'typeof (*(&kkc_metadata_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_metadata_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-trellis-node.lo trellis-node.c:370:6: warning: passing 'typeof (*(&kkc_trellis_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_trellis_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trellis-node.c:547:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcUnigramTrellisNodePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ trellis-node.c:558:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_UNIGRAM_TRELLIS_NODE_GET_PRIVATE (self); ^ trellis-node.c:166:50: note: expanded from macro 'KKC_UNIGRAM_TRELLIS_NODE_GET_PRIVATE' #define KKC_UNIGRAM_TRELLIS_NODE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_UNIGRAM_TRELLIS_NODE, KkcUnigramTrellisNodePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:69:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ trellis-node.c:573:6: warning: passing 'typeof (*(&kkc_unigram_trellis_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_unigram_trellis_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trellis-node.c:850:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcBigramTrellisNodePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ trellis-node.c:861:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_BIGRAM_TRELLIS_NODE_GET_PRIVATE (self); ^ trellis-node.c:177:49: note: expanded from macro 'KKC_BIGRAM_TRELLIS_NODE_GET_PRIVATE' #define KKC_BIGRAM_TRELLIS_NODE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_BIGRAM_TRELLIS_NODE, KkcBigramTrellisNodePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:102:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ trellis-node.c:879:6: warning: passing 'typeof (*(&kkc_bigram_trellis_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bigram_trellis_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 7 warnings generated. CC libkkc_la-language-model.lo language-model.c:342:6: warning: passing 'typeof (*(&kkc_language_model_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_language_model_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ language-model.c:613:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcLanguageModelMetadataPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ language-model.c:638:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_LANGUAGE_MODEL_METADATA_GET_PRIVATE (self); ^ language-model.c:229:53: note: expanded from macro 'KKC_LANGUAGE_MODEL_METADATA_GET_PRIVATE' #define KKC_LANGUAGE_MODEL_METADATA_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_LANGUAGE_MODEL_METADATA, KkcLanguageModelMetadataPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:115:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ language-model.c:651:6: warning: passing 'typeof (*(&kkc_language_model_metadata_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_language_model_metadata_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ language-model.c:853:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcLanguageModelPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ language-model.c:874:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_LANGUAGE_MODEL_GET_PRIVATE (self); ^ language-model.c:255:44: note: expanded from macro 'KKC_LANGUAGE_MODEL_GET_PRIVATE' #define KKC_LANGUAGE_MODEL_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_LANGUAGE_MODEL, KkcLanguageModelPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:199:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ language-model.c:888:6: warning: passing 'typeof (*(&kkc_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ language-model.c:950:6: warning: passing 'typeof (*(&kkc_unigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_unigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ language-model.c:1030:6: warning: passing 'typeof (*(&kkc_bigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ language-model.c:1113:6: warning: passing 'typeof (*(&kkc_trigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_trigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 10 warnings generated. CC libkkc_la-text-bigram-language-model.lo text-bigram-language-model.c:349:109: warning: incompatible function pointer types passing 'void (KkcLanguageModelEntry *)' (aka 'void (struct _KkcLanguageModelEntry *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ text-bigram-language-model.c:738:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ text-bigram-language-model.c:1109:113: warning: incompatible function pointer types passing 'void (KkcLanguageModelEntry *)' (aka 'void (struct _KkcLanguageModelEntry *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp75_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ text-bigram-language-model.c:1294:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcTextBigramLanguageModelPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ text-bigram-language-model.c:1328:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_TEXT_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE (self); ^ text-bigram-language-model.c:162:56: note: expanded from macro 'KKC_TEXT_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE' #define KKC_TEXT_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_TEXT_BIGRAM_LANGUAGE_MODEL, KkcTextBigramLanguageModelPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:220:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ text-bigram-language-model.c:1355:6: warning: passing 'typeof (*(&kkc_text_bigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_text_bigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-text-trigram-language-model.lo text-trigram-language-model.c:352:6: warning: passing 'typeof (*(&kkc_text_trigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_text_trigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC libkkc_la-sorted-bigram-language-model.lo sorted-bigram-language-model.c:314:109: warning: incompatible function pointer types passing 'void (KkcLanguageModelEntry *)' (aka 'void (struct _KkcLanguageModelEntry *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ sorted-bigram-language-model.c:426:109: warning: incompatible function pointer types passing 'void (KkcLanguageModelEntry *)' (aka 'void (struct _KkcLanguageModelEntry *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ sorted-bigram-language-model.c:1200:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSortedBigramLanguageModelPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ sorted-bigram-language-model.c:1233:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SORTED_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE (self); ^ sorted-bigram-language-model.c:215:58: note: expanded from macro 'KKC_SORTED_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE' #define KKC_SORTED_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SORTED_BIGRAM_LANGUAGE_MODEL, KkcSortedBigramLanguageModelPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:158:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ sorted-bigram-language-model.c:1261:6: warning: passing 'typeof (*(&kkc_sorted_bigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_sorted_bigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 5 warnings generated. CC libkkc_la-sorted-trigram-language-model.lo sorted-trigram-language-model.c:633:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSortedTrigramLanguageModelPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ sorted-trigram-language-model.c:647:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SORTED_TRIGRAM_LANGUAGE_MODEL_GET_PRIVATE (self); ^ sorted-trigram-language-model.c:243:59: note: expanded from macro 'KKC_SORTED_TRIGRAM_LANGUAGE_MODEL_GET_PRIVATE' #define KKC_SORTED_TRIGRAM_LANGUAGE_MODEL_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SORTED_TRIGRAM_LANGUAGE_MODEL, KkcSortedTrigramLanguageModelPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:101:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ sorted-trigram-language-model.c:666:6: warning: passing 'typeof (*(&kkc_sorted_trigram_language_model_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_sorted_trigram_language_model_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-language-model-utils.lo CC libkkc_la-decoder.lo decoder.c:248:6: warning: passing 'typeof (*(&kkc_decoder_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_decoder_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC libkkc_la-bigram-decoder.lo bigram-decoder.c:467:6: warning: passing 'typeof (*(&kkc_nbest_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_nbest_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ bigram-decoder.c:1312:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp9_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp8_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:1380:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp27_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp26_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:1971:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp78_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:2039:51: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp105_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp104_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:2193:11: warning: incompatible pointer types assigning to 'KkcSegment **' (aka 'struct _KkcSegment **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp159_ = _tmp158_; ^ ~~~~~~~~ bigram-decoder.c:2320:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcBigramDecoderPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ bigram-decoder.c:2331:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_BIGRAM_DECODER_GET_PRIVATE (self); ^ bigram-decoder.c:264:44: note: expanded from macro 'KKC_BIGRAM_DECODER_GET_PRIVATE' #define KKC_BIGRAM_DECODER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_BIGRAM_DECODER, KkcBigramDecoderPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:8:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ bigram-decoder.c:2345:6: warning: passing 'typeof (*(&kkc_bigram_decoder_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bigram_decoder_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 9 warnings generated. CC libkkc_la-trigram-decoder.lo trigram-decoder.c:594:6: warning: passing 'typeof (*(&kkc_path_cost_func_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_path_cost_func_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trigram-decoder.c:809:6: warning: passing 'typeof (*(&kkc_unigram_to_unigram_path_cost_func_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_unigram_to_unigram_path_cost_func_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trigram-decoder.c:1026:6: warning: passing 'typeof (*(&kkc_unigram_to_bigram_path_cost_func_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_unigram_to_bigram_path_cost_func_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trigram-decoder.c:1172:6: warning: passing 'typeof (*(&kkc_bigram_to_unigram_path_cost_func_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bigram_to_unigram_path_cost_func_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trigram-decoder.c:1359:6: warning: passing 'typeof (*(&kkc_bigram_to_bigram_path_cost_func_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bigram_to_bigram_path_cost_func_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ trigram-decoder.c:1596:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp28_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ trigram-decoder.c:1654:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp48_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp47_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ trigram-decoder.c:1742:54: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp77_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp76_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ trigram-decoder.c:2017:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcTrigramDecoderPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ trigram-decoder.c:2026:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_TRIGRAM_DECODER_GET_PRIVATE (self); ^ trigram-decoder.c:415:45: note: expanded from macro 'KKC_TRIGRAM_DECODER_GET_PRIVATE' #define KKC_TRIGRAM_DECODER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_TRIGRAM_DECODER, KkcTrigramDecoderPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:13:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ trigram-decoder.c:2040:6: warning: passing 'typeof (*(&kkc_trigram_decoder_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_trigram_decoder_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 11 warnings generated. CC libkkc_la-segment-list.lo segment-list.c:532:9: warning: incompatible pointer types assigning to 'KkcSegment **' (aka 'struct _KkcSegment **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp3_ = _tmp2_; ^ ~~~~~~ segment-list.c:589:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSegmentListPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ segment-list.c:601:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SEGMENT_LIST_GET_PRIVATE (self); ^ segment-list.c:83:42: note: expanded from macro 'KKC_SEGMENT_LIST_GET_PRIVATE' #define KKC_SEGMENT_LIST_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SEGMENT_LIST, KkcSegmentListPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:65:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ segment-list.c:621:6: warning: passing 'typeof (*(&kkc_segment_list_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_segment_list_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC libkkc_la-segment.lo segment.c:143:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSegmentPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ segment.c:153:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SEGMENT_GET_PRIVATE (self); ^ segment.c:60:37: note: expanded from macro 'KKC_SEGMENT_GET_PRIVATE' #define KKC_SEGMENT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SEGMENT, KkcSegmentPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:143:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ segment.c:169:6: warning: passing 'typeof (*(&kkc_segment_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_segment_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-bloom-filter.lo bloom-filter.c:274:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcBloomFilterPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ bloom-filter.c:280:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_BLOOM_FILTER_GET_PRIVATE (self); ^ bloom-filter.c:65:42: note: expanded from macro 'KKC_BLOOM_FILTER_GET_PRIVATE' #define KKC_BLOOM_FILTER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_BLOOM_FILTER, KkcBloomFilterPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:3:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ bloom-filter.c:294:6: warning: passing 'typeof (*(&kkc_bloom_filter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_bloom_filter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-candidate-list.lo candidate-list.c:189:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp2_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp1_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:226:11: warning: 'gee_map_contains' is deprecated [-Wdeprecated-declarations] _tmp4_ = gee_map_contains (_tmp0_, _tmp3_); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:2213:47: note: 'gee_map_contains' has been explicitly marked deprecated here gconstpointer key) G_GNUC_DEPRECATED ; ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:709:42: note: expanded from macro 'G_GNUC_DEPRECATED' #define G_GNUC_DEPRECATED __attribute__((__deprecated__)) ^ candidate-list.c:245:11: warning: 'gee_map_contains' is deprecated [-Wdeprecated-declarations] _tmp4_ = gee_map_contains (_tmp0_, _tmp3_); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:2213:47: note: 'gee_map_contains' has been explicitly marked deprecated here gconstpointer key) G_GNUC_DEPRECATED ; ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:709:42: note: expanded from macro 'G_GNUC_DEPRECATED' #define G_GNUC_DEPRECATED __attribute__((__deprecated__)) ^ candidate-list.c:340:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:389:9: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp3_ = _tmp2_; ^ ~~~~~~ candidate-list.c:516:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:630:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp9_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp8_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:641:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp14_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp13_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:667:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp23_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp22_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:757:47: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp10_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp9_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:768:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp15_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp14_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:804:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp28_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:891:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:969:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcCandidateListPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ candidate-list.c:1015:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_CANDIDATE_LIST_GET_PRIVATE (self); ^ candidate-list.c:80:44: note: expanded from macro 'KKC_CANDIDATE_LIST_GET_PRIVATE' #define KKC_CANDIDATE_LIST_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_CANDIDATE_LIST, KkcCandidateListPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:147:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ candidate-list.c:1037:6: warning: passing 'typeof (*(&kkc_candidate_list_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_candidate_list_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 16 warnings generated. CC libkkc_la-candidate.lo candidate.c:283:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcCandidatePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ candidate.c:315:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_CANDIDATE_GET_PRIVATE (self); ^ candidate.c:61:39: note: expanded from macro 'KKC_CANDIDATE_GET_PRIVATE' #define KKC_CANDIDATE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_CANDIDATE, KkcCandidatePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:2:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ candidate.c:335:6: warning: passing 'typeof (*(&kkc_candidate_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_candidate_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-key-event-filter.lo key-event-filter.c:234:6: warning: passing 'typeof (*(&kkc_key_event_filter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_key_event_filter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ key-event-filter.c:279:33: warning: passing 'const guint [12]' to parameter of type 'guint *' (aka 'unsigned int *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (_vala_uint_array_contains (KKC_SIMPLE_KEY_EVENT_FILTER_modifier_keyvals, G_N_ELEMENTS (KKC_SIMPLE_KEY_EVENT_FILTER_modifier_keyvals), _tmp2_)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ key-event-filter.c:247:51: note: passing argument to parameter 'stack' here static gboolean _vala_uint_array_contains (guint* stack, int stack_length, guint needle) { ^ key-event-filter.c:329:6: warning: passing 'typeof (*(&kkc_simple_key_event_filter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_simple_key_event_filter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ key-event-filter.c:434:6: warning: passing 'typeof (*(&kkc_kana_key_event_filter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_kana_key_event_filter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC libkkc_la-key-event.lo key-event.c:138:6: warning: passing 'typeof (*(&kkc_modifier_type_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_modifier_type_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ key-event.c:772:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gunicode.h:907:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ key-event.c:1142:9: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] array = _tmp32_; ^ ~~~~~~~ key-event.c:1349:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcKeyEventPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ key-event.c:1377:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_KEY_EVENT_GET_PRIVATE (self); ^ key-event.c:90:39: note: expanded from macro 'KKC_KEY_EVENT_GET_PRIVATE' #define KKC_KEY_EVENT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_KEY_EVENT, KkcKeyEventPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:100:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ key-event.c:1394:6: warning: passing 'typeof (*(&kkc_key_event_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_key_event_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-keymap.lo keymap.c:191:6: warning: passing 'typeof (*(&kkc_keymap_command_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_keymap_command_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ keymap.c:243:6: warning: passing 'typeof (*(&kkc_keymap_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_keymap_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ keymap.c:288:9: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp6_ = _tmp5_; ^ ~~~~~~ keymap.c:739:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcKeymapPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ keymap.c:790:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_KEYMAP_GET_PRIVATE (self); ^ keymap.c:121:36: note: expanded from macro 'KKC_KEYMAP_GET_PRIVATE' #define KKC_KEYMAP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_KEYMAP, KkcKeymapPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:58:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ keymap.c:811:6: warning: passing 'typeof (*(&kkc_keymap_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_keymap_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-keysyms.lo CC libkkc_la-map-file.lo map-file.c:795:146: warning: incompatible function pointer types passing 'void (JsonNode *)' (aka 'void (struct _JsonNode *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp97_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1898:46: note: passing argument to parameter 'v_destroy_func' here GDestroyNotify v_destroy_func, ^ map-file.c:921:140: warning: incompatible function pointer types passing 'void (JsonNode *)' (aka 'void (struct _JsonNode *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp6_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1898:46: note: passing argument to parameter 'v_destroy_func' here GDestroyNotify v_destroy_func, ^ map-file.c:948:140: warning: incompatible function pointer types passing 'void (JsonNode *)' (aka 'void (struct _JsonNode *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp6_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1898:46: note: passing argument to parameter 'v_destroy_func' here GDestroyNotify v_destroy_func, ^ map-file.c:956:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcMapFilePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ map-file.c:965:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_MAP_FILE_GET_PRIVATE (self); ^ map-file.c:91:38: note: expanded from macro 'KKC_MAP_FILE_GET_PRIVATE' #define KKC_MAP_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_MAP_FILE, KkcMapFilePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:119:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ map-file.c:984:6: warning: passing 'typeof (*(&kkc_map_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_map_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-nicola.lo nicola.c:216:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal tv = {0}; ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ nicola.c:217:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal _tmp0_ = {0}; ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ nicola.c:219:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal _tmp2_ = {0}; ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ nicola.c:221:2: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (&tv); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmain.h:727:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ nicola.c:331:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp6_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp5_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:392:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp28_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp27_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:447:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp49_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp48_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:470:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp57_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp56_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:520:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:571:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp17_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp16_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:682:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:813:47: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp45_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp44_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:1013:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp112_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp111_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:1377:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcNicolaKeyEventFilterTimedEntryPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ nicola.c:1382:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_NICOLA_KEY_EVENT_FILTER_TIMED_ENTRY_GET_PRIVATE (self); ^ nicola.c:199:65: note: expanded from macro 'KKC_NICOLA_KEY_EVENT_FILTER_TIMED_ENTRY_GET_PRIVATE' #define KKC_NICOLA_KEY_EVENT_FILTER_TIMED_ENTRY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_NICOLA_KEY_EVENT_FILTER_TYPE_TIMED_ENTRY, KkcNicolaKeyEventFilterTimedEntryPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:96:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ nicola.c:1397:6: warning: passing 'typeof (*(&kkc_nicola_key_event_filter_timed_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_nicola_key_event_filter_timed_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ nicola.c:1429:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcNicolaKeyEventFilterPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ nicola.c:1438:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_NICOLA_KEY_EVENT_FILTER_GET_PRIVATE (self); ^ nicola.c:166:53: note: expanded from macro 'KKC_NICOLA_KEY_EVENT_FILTER_GET_PRIVATE' #define KKC_NICOLA_KEY_EVENT_FILTER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_NICOLA_KEY_EVENT_FILTER, KkcNicolaKeyEventFilterPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:101:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ nicola.c:1452:136: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->get_time_func_target_destroy_notify == NULL) ? NULL : (self->get_time_func_target_destroy_notify (self->get_time_func_target), NULL); ^ /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ nicola.c:1471:6: warning: passing 'typeof (*(&kkc_nicola_key_event_filter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_nicola_key_event_filter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 20 warnings generated. CC libkkc_la-rom-kana-utils.lo rom-kana-utils.c:174:6: warning: passing 'typeof (*(&kkc_numeric_conversion_type_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_numeric_conversion_type_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:400:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gunicode.h:907:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ rom-kana-utils.c:659:47: warning: incompatible function pointer types passing 'void (gconstpointer, gpointer)' (aka 'void (const void *, void *)') to parameter of type 'GFunc' (aka 'void (*)(void *, void *)') [-Wincompatible-function-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda7__gfunc, _data1_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:729:47: warning: incompatible function pointer types passing 'void (gconstpointer, gpointer)' (aka 'void (const void *, void *)') to parameter of type 'GFunc' (aka 'void (*)(void *, void *)') [-Wincompatible-function-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda6__gfunc, _data2_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:799:47: warning: incompatible function pointer types passing 'void (gconstpointer, gpointer)' (aka 'void (const void *, void *)') to parameter of type 'GFunc' (aka 'void (*)(void *, void *)') [-Wincompatible-function-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda8__gfunc, _data3_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:1454:59: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp9_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp8_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), NULL, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1463:61: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp11_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp10_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1463:152: warning: passing 'const gchar *[18]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp11_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp10_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:117: note: passing argument to parameter 'num_pos_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1472:61: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp12_, KKC_ROM_KANA_UTILS_DaijiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericTable), KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1472:152: warning: passing 'const gchar *[18]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp12_, KKC_ROM_KANA_UTILS_DaijiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericTable), KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:117: note: passing argument to parameter 'num_pos_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1706:6: warning: passing 'typeof (*(&kkc_rom_kana_utils_kana_table_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_utils_kana_table_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:1738:20: warning: assigning to 'KkcRomKanaUtilsKanaTableEntry *' (aka 'struct _KkcRomKanaUtilsKanaTableEntry *') from 'const KkcRomKanaUtilsKanaTableEntry [92]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] entry_collection = KKC_ROM_KANA_UTILS_KanaTable; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:1775:28: warning: assigning to 'KkcRomKanaUtilsKanaTableEntry *' (aka 'struct _KkcRomKanaUtilsKanaTableEntry *') from 'const KkcRomKanaUtilsKanaTableEntry [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] substitute_collection = KKC_ROM_KANA_UTILS_HankakuKatakanaSubstitute; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:2016:6: warning: passing 'typeof (*(&kkc_rom_kana_utils_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_utils_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 14 warnings generated. CC libkkc_la-rom-kana.lo rom-kana.c:454:6: warning: passing 'typeof (*(&kkc_rom_kana_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:662:6: warning: passing 'typeof (*(&kkc_rom_kana_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:677:6: warning: passing 'typeof (*(&kkc_kana_mode_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_kana_mode_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:692:6: warning: passing 'typeof (*(&kkc_punctuation_style_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_punctuation_style_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:740:6: warning: passing 'typeof (*(&kkc_rom_kana_character_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_character_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:1205:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcRomKanaCharacterListPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ rom-kana.c:1217:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_ROM_KANA_CHARACTER_LIST_GET_PRIVATE (self); ^ rom-kana.c:250:53: note: expanded from macro 'KKC_ROM_KANA_CHARACTER_LIST_GET_PRIVATE' #define KKC_ROM_KANA_CHARACTER_LIST_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_ROM_KANA_CHARACTER_LIST, KkcRomKanaCharacterListPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:77:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ rom-kana.c:1218:105: warning: incompatible function pointer types passing 'void (KkcRomKanaCharacter *)' (aka 'void (struct _KkcRomKanaCharacter *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_ROM_KANA_CHARACTER, (GBoxedCopyFunc) kkc_rom_kana_character_dup, kkc_rom_kana_character_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ rom-kana.c:1236:6: warning: passing 'typeof (*(&kkc_rom_kana_character_list_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_character_list_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rom-kana.c:1740:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gunicode.h:907:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ rom-kana.c:2609:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcRomKanaConverterPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ rom-kana.c:2645:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_ROM_KANA_CONVERTER_GET_PRIVATE (self); ^ rom-kana.c:273:48: note: expanded from macro 'KKC_ROM_KANA_CONVERTER_GET_PRIVATE' #define KKC_ROM_KANA_CONVERTER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_ROM_KANA_CONVERTER, KkcRomKanaConverterPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:12:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ rom-kana.c:2675:6: warning: passing 'typeof (*(&kkc_rom_kana_converter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_converter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 13 warnings generated. CC libkkc_la-rule.lo rule.c:642:6: warning: passing 'typeof (*(&kkc_keymap_map_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_keymap_map_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rule.c:1036:6: warning: passing 'typeof (*(&kkc_rom_kana_map_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rom_kana_map_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rule.c:1397:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcRuleMetadataPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ rule.c:1429:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_RULE_METADATA_GET_PRIVATE (self); ^ rule.c:352:43: note: expanded from macro 'KKC_RULE_METADATA_GET_PRIVATE' #define KKC_RULE_METADATA_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_RULE_METADATA, KkcRuleMetadataPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:215:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ rule.c:1447:6: warning: passing 'typeof (*(&kkc_rule_metadata_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rule_metadata_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ rule.c:2008:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcRulePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ rule.c:2027:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_RULE_GET_PRIVATE (self); ^ rule.c:381:34: note: expanded from macro 'KKC_RULE_GET_PRIVATE' #define KKC_RULE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_RULE, KkcRulePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:62:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ rule.c:2055:6: warning: passing 'typeof (*(&kkc_rule_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_rule_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 8 warnings generated. CC libkkc_la-user-rule.lo user-rule.c:898:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcUserRulePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ user-rule.c:904:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_USER_RULE_GET_PRIVATE (self); ^ user-rule.c:185:39: note: expanded from macro 'KKC_USER_RULE_GET_PRIVATE' #define KKC_USER_RULE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_USER_RULE, KkcUserRulePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:3:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ user-rule.c:922:6: warning: passing 'typeof (*(&kkc_user_rule_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_user_rule_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-context.lo context.c:1382:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcContextPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ context.c:1439:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_CONTEXT_GET_PRIVATE (self); ^ context.c:284:37: note: expanded from macro 'KKC_CONTEXT_GET_PRIVATE' #define KKC_CONTEXT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_CONTEXT, KkcContextPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:205:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ context.c:1467:6: warning: passing 'typeof (*(&kkc_context_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_context_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-state.lo state.c:2782:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp20_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp19_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:2833:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp41_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp40_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:2953:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (self, length * sizeof (gint)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ state.c:3442:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp35_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp34_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3459:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp39_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp38_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3550:51: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp72_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp71_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3590:54: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp78_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3700:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp117_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp116_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3764:11: warning: incompatible pointer types assigning to 'gint *' (aka 'int *') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp139_ = _tmp138_; ^ ~~~~~~~~ state.c:4838:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcStatePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ state.c:4857:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_STATE_GET_PRIVATE (self); ^ state.c:608:35: note: expanded from macro 'KKC_STATE_GET_PRIVATE' #define KKC_STATE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_STATE, KkcStatePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:236:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ state.c:4901:6: warning: passing 'typeof (*(&kkc_state_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_state_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ state.c:4979:6: warning: passing 'typeof (*(&kkc_command_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_command_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ state.c:5033:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcCallbackCommandHandlerPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ state.c:5045:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_CALLBACK_COMMAND_HANDLER_GET_PRIVATE (self); ^ state.c:825:54: note: expanded from macro 'KKC_CALLBACK_COMMAND_HANDLER_GET_PRIVATE' #define KKC_CALLBACK_COMMAND_HANDLER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_CALLBACK_COMMAND_HANDLER, KkcCallbackCommandHandlerPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:14:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ state.c:5058:6: warning: passing 'typeof (*(&kkc_callback_command_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_callback_command_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ state.c:5199:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcStateHandlerPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ state.c:5207:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_STATE_HANDLER_GET_PRIVATE (self); ^ state.c:833:43: note: expanded from macro 'KKC_STATE_HANDLER_GET_PRIVATE' #define KKC_STATE_HANDLER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_STATE_HANDLER, KkcStateHandlerPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:61:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ state.c:5225:6: warning: passing 'typeof (*(&kkc_state_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_state_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 19 warnings generated. CC libkkc_la-initial-state-handler.lo initial-state-handler.c:1096:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gunicode.h:907:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ initial-state-handler.c:2086:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcInitialStateHandlerConvertCommandHandlerPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ initial-state-handler.c:2098:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_INITIAL_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE (self); ^ initial-state-handler.c:410:75: note: expanded from macro 'KKC_INITIAL_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE' #define KKC_INITIAL_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_INITIAL_STATE_HANDLER_TYPE_CONVERT_COMMAND_HANDLER, KkcInitialStateHandlerConvertCommandHandlerPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:243:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ initial-state-handler.c:2111:6: warning: passing 'typeof (*(&kkc_initial_state_handler_convert_command_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_initial_state_handler_convert_command_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ initial-state-handler.c:2136:6: warning: passing 'typeof (*(&kkc_initial_state_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_initial_state_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 5 warnings generated. CC libkkc_la-convert-sentence-state-handler.lo convert-sentence-state-handler.c:913:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcConvertSentenceStateHandlerConvertCommandHandlerPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ convert-sentence-state-handler.c:925:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_CONVERT_SENTENCE_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE (self); ^ convert-sentence-state-handler.c:362:84: note: expanded from macro 'KKC_CONVERT_SENTENCE_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE' #define KKC_CONVERT_SENTENCE_STATE_HANDLER_CONVERT_COMMAND_HANDLER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_CONVERT_SENTENCE_STATE_HANDLER_TYPE_CONVERT_COMMAND_HANDLER, KkcConvertSentenceStateHandlerConvertCommandHandlerPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:159:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ convert-sentence-state-handler.c:938:6: warning: passing 'typeof (*(&kkc_convert_sentence_state_handler_convert_command_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_convert_sentence_state_handler_convert_command_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ convert-sentence-state-handler.c:963:6: warning: passing 'typeof (*(&kkc_convert_sentence_state_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_convert_sentence_state_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC libkkc_la-convert-segment-state-handler.lo convert-segment-state-handler.c:552:6: warning: passing 'typeof (*(&kkc_convert_segment_state_handler_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_convert_segment_state_handler_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC libkkc_la-dictionary.lo dictionary.c:133:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ dictionary.c:854:71: warning: incompatible function pointer types passing 'gboolean (GMatchInfo *, GString *, gpointer)' (aka 'int (struct _GMatchInfo *, struct _GString *, void *)') to parameter of type 'GRegexEvalCallback' (aka 'int (*)(const struct _GMatchInfo *, struct _GString *, void *)') [-Wincompatible-function-pointer-types] _tmp3_ = g_regex_replace_eval (_tmp1_, _tmp2_, (gssize) (-1), 0, 0, _kkc_dictionary_utils_unescape_eval_gregex_eval_callback, NULL, &_inner_error_); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gregex.h:558:29: note: passing argument to parameter 'eval' here GRegexEvalCallback eval, ^ dictionary.c:946:6: warning: passing 'typeof (*(&kkc_dictionary_utils_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_dictionary_utils_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ dictionary.c:996:6: warning: passing 'typeof (*(&kkc_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC libkkc_la-segment-dictionary.lo segment-dictionary.c:201:6: warning: passing 'typeof (*(&kkc_segment_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_segment_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ segment-dictionary.c:311:6: warning: passing 'typeof (*(&kkc_empty_segment_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_empty_segment_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 2 warnings generated. CC libkkc_la-system-segment-dictionary.lo system-segment-dictionary.c:337:2: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion] g_return_val_if_fail (((gsize) _tmp0_) < _tmp2_, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmessages.h:671:16: note: expanded from macro 'g_return_val_if_fail' return (val); \ ^~~~~ system-segment-dictionary.c:965:10: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp23_ = g_strcmp0; ^ ~~~~~~~~~ system-segment-dictionary.c:1122:9: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp3_ = g_strcmp0; ^ ~~~~~~~~~ system-segment-dictionary.c:1231:11: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp19_ = _tmp18_; ^ ~~~~~~~ system-segment-dictionary.c:1506:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp90_ = _tmp89_; ^ ~~~~~~~ system-segment-dictionary.c:1579:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSystemSegmentDictionaryPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ system-segment-dictionary.c:1598:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SYSTEM_SEGMENT_DICTIONARY_GET_PRIVATE (self); ^ system-segment-dictionary.c:133:55: note: expanded from macro 'KKC_SYSTEM_SEGMENT_DICTIONARY_GET_PRIVATE' #define KKC_SYSTEM_SEGMENT_DICTIONARY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SYSTEM_SEGMENT_DICTIONARY, KkcSystemSegmentDictionaryPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:239:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ system-segment-dictionary.c:1618:6: warning: passing 'typeof (*(&kkc_system_segment_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_system_segment_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 8 warnings generated. CC libkkc_la-user-segment-dictionary.lo user-segment-dictionary.c:152:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (self, length * sizeof (guint8)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ user-segment-dictionary.c:170:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ user-segment-dictionary.c:208:38: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (_tmp0_, NULL, &_tmp1_, &_tmp2_, &_tmp3_, &_inner_error_); ^~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gio/gfile.h:1264:36: note: passing argument to parameter 'contents' here char **contents, ^ user-segment-dictionary.c:597:9: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-segment-dictionary.c:622:9: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-segment-dictionary.c:685:11: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = _tmp12_; ^ ~~~~~~~ user-segment-dictionary.c:687:11: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp16_ = _tmp15_; ^ ~~~~~~~ user-segment-dictionary.c:854:36: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] g_file_replace_contents (_tmp28_, _tmp32_, (gsize) _tmp32__length1, _tmp33_, FALSE, G_FILE_CREATE_PRIVATE, &_tmp34_, NULL, &_inner_error_); ^~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gio/gfile.h:1295:36: note: passing argument to parameter 'contents' here const char *contents, ^ user-segment-dictionary.c:927:20: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_candidates = _tmp10_; ^ ~~~~~~~ user-segment-dictionary.c:1089:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp35_ = _tmp34_; ^ ~~~~~~~ user-segment-dictionary.c:1368:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcUserSegmentDictionaryPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ user-segment-dictionary.c:1392:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_USER_SEGMENT_DICTIONARY_GET_PRIVATE (self); ^ user-segment-dictionary.c:116:53: note: expanded from macro 'KKC_USER_SEGMENT_DICTIONARY_GET_PRIVATE' #define KKC_USER_SEGMENT_DICTIONARY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_USER_SEGMENT_DICTIONARY, KkcUserSegmentDictionaryPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:214:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ user-segment-dictionary.c:1470:6: warning: passing 'typeof (*(&kkc_user_segment_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_user_segment_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 13 warnings generated. CC libkkc_la-sentence-dictionary.lo sentence-dictionary.c:133:6: warning: passing 'typeof (*(&kkc_sentence_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_sentence_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC libkkc_la-user-sentence-dictionary.lo user-sentence-dictionary.c:157:6: warning: passing 'typeof (*(&kkc_user_sentence_dictionary_user_sentence_state_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_user_sentence_dictionary_user_sentence_state_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ user-sentence-dictionary.c:168:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (self, length * sizeof (guint8)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ user-sentence-dictionary.c:278:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ user-sentence-dictionary.c:315:38: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (_tmp0_, NULL, &_tmp1_, &_tmp2_, &_tmp3_, &_inner_error_); ^~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gio/gfile.h:1264:36: note: passing argument to parameter 'contents' here char **contents, ^ user-sentence-dictionary.c:717:9: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-sentence-dictionary.c:742:9: warning: incompatible function pointer types assigning to 'GCompareFunc' (aka 'int (*)(const void *, const void *)') from 'int (const char *, const char *)' [-Wincompatible-function-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-sentence-dictionary.c:1046:10: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp8_ = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1090:14: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp20_ = _tmp19_; ^ ~~~~~~~ user-sentence-dictionary.c:1169:10: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp8_ = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1214:14: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp20_ = _tmp19_; ^ ~~~~~~~ user-sentence-dictionary.c:1399:36: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] g_file_replace_contents (_tmp30_, _tmp33_, (gsize) _tmp33__length1, _tmp34_, FALSE, G_FILE_CREATE_PRIVATE, &_tmp35_, NULL, &_inner_error_); ^~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gio/gfile.h:1295:36: note: passing argument to parameter 'contents' here const char *contents, ^ user-sentence-dictionary.c:1513:19: warning: incompatible pointer types assigning to 'gint *' (aka 'int *') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_constraint = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1581:15: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_phrase = _tmp9_; ^ ~~~~~~ user-sentence-dictionary.c:1716:8: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] array = _tmp25_; ^ ~~~~~~~ user-sentence-dictionary.c:1793:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcUserSentenceDictionaryPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ user-sentence-dictionary.c:1816:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_USER_SENTENCE_DICTIONARY_GET_PRIVATE (self); ^ user-sentence-dictionary.c:123:54: note: expanded from macro 'KKC_USER_SENTENCE_DICTIONARY_GET_PRIVATE' #define KKC_USER_SENTENCE_DICTIONARY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_USER_SENTENCE_DICTIONARY, KkcUserSentenceDictionaryPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:5:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ user-sentence-dictionary.c:1894:6: warning: passing 'typeof (*(&kkc_user_sentence_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_user_sentence_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 17 warnings generated. CC libkkc_la-user-dictionary.lo user-dictionary.c:499:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcUserDictionaryPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ user-dictionary.c:529:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_USER_DICTIONARY_GET_PRIVATE (self); ^ user-dictionary.c:155:45: note: expanded from macro 'KKC_USER_DICTIONARY_GET_PRIVATE' #define KKC_USER_DICTIONARY_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_USER_DICTIONARY, KkcUserDictionaryPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:75:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ user-dictionary.c:550:6: warning: passing 'typeof (*(&kkc_user_dictionary_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_user_dictionary_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC libkkc_la-dictionary-list.lo dictionary-list.c:106:6: warning: passing 'typeof (*(&kkc_dictionary_callback_return_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_dictionary_callback_return_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ dictionary-list.c:330:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcDictionaryListPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ dictionary-list.c:342:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_DICTIONARY_LIST_GET_PRIVATE (self); ^ dictionary-list.c:81:45: note: expanded from macro 'KKC_DICTIONARY_LIST_GET_PRIVATE' #define KKC_DICTIONARY_LIST_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_DICTIONARY_LIST, KkcDictionaryListPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:13:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ dictionary-list.c:358:6: warning: passing 'typeof (*(&kkc_dictionary_list_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_dictionary_list_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC libkkc_la-encoding.lo encoding.c:209:20: warning: assigning to 'KkcEncodingConverterEncodingCodingSystemEntry *' (aka 'struct _KkcEncodingConverterEncodingCodingSystemEntry *') from 'const KkcEncodingConverterEncodingCodingSystemEntry [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] entry_collection = KKC_ENCODING_CONVERTER_ENCODING_TO_CODING_SYSTEM_RULE; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encoding.c:280:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (self, length * sizeof (guint8)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ encoding.c:529:6: warning: passing 'typeof (*(&kkc_encoding_converter_encoding_coding_system_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_encoding_converter_encoding_coding_system_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ encoding.c:541:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcEncodingConverterPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ encoding.c:589:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_ENCODING_CONVERTER_GET_PRIVATE (self); ^ encoding.c:76:48: note: expanded from macro 'KKC_ENCODING_CONVERTER_GET_PRIVATE' #define KKC_ENCODING_CONVERTER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_ENCODING_CONVERTER, KkcEncodingConverterPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:172:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ encoding.c:605:6: warning: passing 'typeof (*(&kkc_encoding_converter_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_encoding_converter_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-template.lo template.c:180:6: warning: passing 'typeof (*(&kkc_template_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_template_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ template.c:269:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcSimpleTemplatePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ template.c:289:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_SIMPLE_TEMPLATE_GET_PRIVATE (self); ^ template.c:110:45: note: expanded from macro 'KKC_SIMPLE_TEMPLATE_GET_PRIVATE' #define KKC_SIMPLE_TEMPLATE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_SIMPLE_TEMPLATE, KkcSimpleTemplatePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:149:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ template.c:303:6: warning: passing 'typeof (*(&kkc_simple_template_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_simple_template_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ template.c:582:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcOkuriganaTemplatePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ template.c:602:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_OKURIGANA_TEMPLATE_GET_PRIVATE (self); ^ template.c:123:48: note: expanded from macro 'KKC_OKURIGANA_TEMPLATE_GET_PRIVATE' #define KKC_OKURIGANA_TEMPLATE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_OKURIGANA_TEMPLATE, KkcOkuriganaTemplatePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:16:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ template.c:618:6: warning: passing 'typeof (*(&kkc_okurigana_template_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_okurigana_template_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 7 warnings generated. CC libkkc_la-numeric-template.lo numeric-template.c:462:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp6_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp5_); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ numeric-template.c:518:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp16_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp15_); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1504:75: note: passing argument to parameter 'self' here VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ numeric-template.c:559:6: warning: returning 'const gchar *' (aka 'const char *') from a function with result type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_return_val_if_reached (_tmp24_); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmessages.h:694:12: note: expanded from macro 'g_return_val_if_reached' return (val); \ ^~~~~ numeric-template.c:729:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcNumericTemplatePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ numeric-template.c:750:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_NUMERIC_TEMPLATE_GET_PRIVATE (self); ^ numeric-template.c:101:46: note: expanded from macro 'KKC_NUMERIC_TEMPLATE_GET_PRIVATE' #define KKC_NUMERIC_TEMPLATE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_NUMERIC_TEMPLATE, KkcNumericTemplatePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:102:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ numeric-template.c:769:6: warning: passing 'typeof (*(&kkc_numeric_template_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_numeric_template_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-expression.lo expression.c:150:6: warning: passing 'typeof (*(&kkc_expression_node_type_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_expression_node_type_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ expression.c:214:6: warning: passing 'typeof (*(&kkc_expression_node_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_expression_node_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ expression.c:651:100: warning: incompatible function pointer types passing 'void (KkcExpressionNode *)' (aka 'void (struct _KkcExpressionNode *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp8_ = gee_linked_list_new (KKC_TYPE_EXPRESSION_NODE, (GBoxedCopyFunc) kkc_expression_node_dup, kkc_expression_node_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:2161:52: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ expression.c:783:6: warning: passing 'typeof (*(&kkc_expression_reader_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_expression_reader_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ expression.c:955:6: warning: passing 'typeof (*(&kkc_expression_evaluator_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_expression_evaluator_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ expression.c:1042:6: warning: passing 'typeof (*(&kkc_expression_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_expression_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 6 warnings generated. CC libkkc_la-utils.lo utils.c:317:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp35_ = _tmp34_; ^ ~~~~~~~ utils.c:372:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gunicode.h:907:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ utils.c:416:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp11_ = _tmp10_; ^ ~~~~~~~ utils.c:638:6: warning: passing 'typeof (*(&kkc_prefix_entry_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_prefix_entry_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ utils.c:651:93: warning: incompatible function pointer types passing 'void (KkcPrefixEntry *)' (aka 'void (struct _KkcPrefixEntry *)') to parameter of type 'GDestroyNotify' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_PREFIX_ENTRY, (GBoxedCopyFunc) kkc_prefix_entry_dup, kkc_prefix_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: passing argument to parameter 'g_destroy_func' here GDestroyNotify g_destroy_func, ^ utils.c:929:48: warning: passing 'const struct name_keysym [2277]' to parameter of type 'struct name_keysym *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp3_ = kkc_key_event_utils_bsearch_keysyms (keysym_to_name, (glong) 0, (glong) G_N_ELEMENTS (keysym_to_name), ___lambda4__gcompare_data_func, NULL, &_tmp2_); ^~~~~~~~~~~~~~ utils.c:748:85: note: passing argument to parameter 'memory' here static struct name_keysym* kkc_key_event_utils_bsearch_keysyms (struct name_keysym* memory, glong start_offset, glong end_offset, GCompareDataFunc compare, void* compare_target, struct name_keysym* needle) { ^ utils.c:1091:48: warning: passing 'const struct name_keysym [2402]' to parameter of type 'struct name_keysym *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp4_ = kkc_key_event_utils_bsearch_keysyms (name_to_keysym, (glong) 0, (glong) G_N_ELEMENTS (name_to_keysym), ___lambda5__gcompare_data_func, _data11_, &_tmp3_); ^~~~~~~~~~~~~~ utils.c:748:85: note: passing argument to parameter 'memory' here static struct name_keysym* kkc_key_event_utils_bsearch_keysyms (struct name_keysym* memory, glong start_offset, glong end_offset, GCompareDataFunc compare, void* compare_target, struct name_keysym* needle) { ^ utils.c:1204:6: warning: passing 'typeof (*(&kkc_key_event_utils_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_key_event_utils_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ utils.c:1236:6: warning: passing 'typeof (*(&kkc_index_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_index_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ utils.c:1306:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcMappedIndexFilePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ utils.c:1319:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_MAPPED_INDEX_FILE_GET_PRIVATE (self); ^ utils.c:179:47: note: expanded from macro 'KKC_MAPPED_INDEX_FILE_GET_PRIVATE' #define KKC_MAPPED_INDEX_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_MAPPED_INDEX_FILE, KkcMappedIndexFilePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:35:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ utils.c:1333:6: warning: passing 'typeof (*(&kkc_mapped_index_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_mapped_index_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ utils.c:1360:36: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (file, NULL, &_tmp2_, &_tmp3_, &_tmp4_, &_inner_error_); ^~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gio/gfile.h:1264:36: note: passing argument to parameter 'contents' here char **contents, ^ utils.c:1393:9: warning: assigning to 'gchar *' (aka 'char *') from 'guint8 *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] result = _tmp0_; ^ ~~~~~~ utils.c:1413:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcLoadedIndexFilePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ utils.c:1426:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_LOADED_INDEX_FILE_GET_PRIVATE (self); ^ utils.c:189:47: note: expanded from macro 'KKC_LOADED_INDEX_FILE_GET_PRIVATE' #define KKC_LOADED_INDEX_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_LOADED_INDEX_FILE, KkcLoadedIndexFilePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:51:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ utils.c:1440:6: warning: passing 'typeof (*(&kkc_loaded_index_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_loaded_index_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 17 warnings generated. CC libkkc_la-kkc.lo kkc.c:181:6: warning: passing 'typeof (*(&kkc_input_mode_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_input_mode_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CCLD libkkc.la CCLD libkkc-internals.la /opt/pkg/bin/g-ir-compiler --shared-library=libkkc -o Kkc-1.0.typelib Kkc-1.0.gir Kkc-1.0.gir:6460:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6465:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6473:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6478:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6486:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6491:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6499:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6504:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6512:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6517:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6534:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6561:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6592:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6600:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:10205:1: warning: element field from state 7 is unknown, ignoring gmake[2]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/libkkc' Making all in data gmake[2]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data' Making all in rules gmake[3]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules' Making all in default gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/default' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/default' Making all in act gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/act' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/act' Making all in azik gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/azik' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/azik' Making all in azik-jp106 gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/azik-jp106' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/azik-jp106' Making all in kzik gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/kzik' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/kzik' Making all in tutcode gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tutcode' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tutcode' Making all in tutcode-touch16x gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tutcode-touch16x' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tutcode-touch16x' Making all in nicola gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/nicola' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/nicola' Making all in tcode gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tcode' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/tcode' Making all in trycode gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/trycode' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/trycode' Making all in kana gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/kana' GEN metadata.json gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules/kana' gmake[4]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules' gmake[3]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/rules' Making all in templates gmake[3]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/templates' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data/templates' gmake[3]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data' gmake[2]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/data' Making all in tools gmake[2]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tools' CC kkc-kkc.o kkc.c:263:2: warning: 'g_option_group_free' is deprecated [-Wdeprecated-declarations] _g_option_group_free0 (model_group); ^ kkc.c:35:68: note: expanded from macro '_g_option_group_free0' #define _g_option_group_free0(var) ((var == NULL) ? NULL : (var = (g_option_group_free (var), NULL))) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/goption.h:389:1: note: 'g_option_group_free' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_44 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:343:33: note: expanded from macro 'GLIB_DEPRECATED_IN_2_44' #define GLIB_DEPRECATED_IN_2_44 GLIB_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ kkc.c:465:6: warning: passing 'typeof (*(&repl_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&repl_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ kkc.c:571:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ kkc.c:929:6: warning: passing 'typeof (*(&decoder_repl_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&decoder_repl_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ kkc.c:1460:6: warning: passing 'typeof (*(&context_repl_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&context_repl_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 5 warnings generated. CCLD kkc gmake[2]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tools' Making all in tests gmake[2]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests' Making all in lib gmake[3]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests/lib' CC libkkc_test_la-test-case.lo /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:59: warning: incompatible function pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:119: warning: incompatible function pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:176: warning: incompatible function pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:59:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcTestCaseAdaptorPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:59:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_TEST_CASE_ADAPTOR_GET_PRIVATE (self); ^ test-case.c:136:47: note: expanded from macro 'KKC_TEST_CASE_ADAPTOR_GET_PRIVATE' #define KKC_TEST_CASE_ADAPTOR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TEST_CASE_TYPE_ADAPTOR, KkcTestCaseAdaptorPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:95:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ test-case.c:749:6: warning: passing 'typeof (*(&kkc_test_case_adaptor_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_test_case_adaptor_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ /home/ueno/devel/libkkc/tests/lib/test-case.vala:25:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (KkcTestCasePrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:25:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = KKC_TEST_CASE_GET_PRIVATE (self); ^ test-case.c:115:39: note: expanded from macro 'KKC_TEST_CASE_GET_PRIVATE' #define KKC_TEST_CASE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), KKC_TYPE_TEST_CASE, KkcTestCasePrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:100:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ test-case.c:831:6: warning: passing 'typeof (*(&kkc_test_case_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&kkc_test_case_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 9 warnings generated. CC libkkc_test_la-test-utils.lo CCLD libkkc-test.la gmake[3]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests/lib' Making all in . gmake[3]: Entering directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests' CC decoder.o /home/ueno/devel/libkkc/tests/decoder.vala:1:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (DecoderTestsPrivate)); ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ /home/ueno/devel/libkkc/tests/decoder.vala:1:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = DECODER_TESTS_GET_PRIVATE (self); ^ decoder.c:49:39: note: expanded from macro 'DECODER_TESTS_GET_PRIVATE' #define DECODER_TESTS_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_DECODER_TESTS, DecoderTestsPrivate)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:103:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ decoder.c:725:6: warning: passing 'typeof (*(&decoder_tests_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&decoder_tests_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. for i in default kana nicola; do \ .././install-sh -c -d data/rules/$i; \ cp ../data/rules/$i/metadata.json data/rules/$i; \ for j in keymap rom-kana; do \ .././install-sh -c -d data/rules/$i/$j; \ cp ../data/rules/$i/$j/*.json data/rules/$i/$j; \ done; \ done touch rules.stamp .././install-sh -c -d data/models/sorted2 test -f data/models/sorted2/metadata.json || \ cp -f ./data/models/sorted2/metadata.json data/models/sorted2 /opt/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/sortlm.py \ ./data/models/text2/data.arpa data/models/sorted2/data reading N-grams min cost = -3.340749 writing 1-gram file writing 2-gram file /opt/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/genfilter.py \ data/models/sorted2/data.2gram \ data/models/sorted2/data.2gram.filter \ 12 .././install-sh -c -d data/models/sorted3 test -f data/models/sorted3/metadata.json || \ cp -f ./data/models/sorted3/metadata.json data/models/sorted3 /opt/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/sortlm.py \ ./data/models/text3/data.arpa data/models/sorted3/data reading N-grams min cost = -3.339621 writing 1-gram file writing 2-gram file writing 3-gram file /opt/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/genfilter.py \ data/models/sorted3/data.2gram \ data/models/sorted3/data.2gram.filter \ 12 /opt/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/genfilter.py \ data/models/sorted3/data.3gram \ data/models/sorted3/data.3gram.filter \ 10 touch models.stamp CCLD decoder Undefined symbols for architecture arm64: "std::terminate()", referenced from: ___clang_call_terminate in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "typeinfo for std::exception", referenced from: typeinfo for marisa::Exception in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "vtable for __cxxabiv1::__si_class_type_info", referenced from: typeinfo for marisa::Exception in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. "operator delete(void*)", referenced from: marisa_agent_init(_MarisaAgent*) in libkkc-internals.a(libmarisa_glib_la-marisa-agent.o) marisa_agent_finalize(_GObject*) in libkkc-internals.a(libmarisa_glib_la-marisa-agent.o) marisa_key_finalize(_GObject*) in libkkc-internals.a(libmarisa_glib_la-marisa-key.o) marisa_trie_init(_MarisaTrie*) in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) marisa_trie_finalize(_GObject*) in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "operator new(unsigned long)", referenced from: marisa_agent_init(_MarisaAgent*) in libkkc-internals.a(libmarisa_glib_la-marisa-agent.o) marisa_key_init(_MarisaKey*) in libkkc-internals.a(libmarisa_glib_la-marisa-key.o) marisa_trie_init(_MarisaTrie*) in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "___cxa_begin_catch", referenced from: _marisa_trie_mmap in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) ___clang_call_terminate in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_save in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_reverse_lookup in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "___cxa_end_catch", referenced from: _marisa_trie_mmap in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_save in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_reverse_lookup in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) "___gxx_personality_v0", referenced from: marisa_agent_init(_MarisaAgent*) in libkkc-internals.a(libmarisa_glib_la-marisa-agent.o) marisa_agent_finalize(_GObject*) in libkkc-internals.a(libmarisa_glib_la-marisa-agent.o) _marisa_trie_mmap in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_save in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) _marisa_trie_reverse_lookup in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) marisa_trie_init(_MarisaTrie*) in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) marisa_trie_finalize(_GObject*) in libkkc-internals.a(libmarisa_glib_la-marisa-trie.o) ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:1013: decoder] Error 1 gmake[3]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests' gmake[2]: *** [Makefile:1334: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5/tests' gmake[1]: *** [Makefile:503: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/converters/libkkc/work/libkkc-0.3.5' gmake: *** [Makefile:433: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/libkkc *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/libkkc