+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libinfinity-0.7.2nb16/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libinfinity-0.7.2nb16/work.log ===> Building for libinfinity-0.7.2nb16 /opt/pkg/bin/bmake all-recursive Making all in libinfinity /opt/pkg/bin/bmake all-am CC adopted/libinfinity_0_7_la-inf-adopted-algorithm.lo adopted/inf-adopted-algorithm.c: In function 'inf_adopted_algorithm_init': adopted/inf-adopted-algorithm.c:1033:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1033 | algorithm->priv = INF_ADOPTED_ALGORITHM_GET_PRIVATE(algorithm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-no-operation.lo CC adopted/libinfinity_0_7_la-inf-adopted-operation.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/adopted/inf-adopted-operation.h:28, from adopted/inf-adopted-operation.c:34: adopted/inf-adopted-operation.c: In function 'inf_adopted_concurrency_id_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ adopted/inf-adopted-operation.c:75:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 75 | INF_DEFINE_ENUM_TYPE(InfAdoptedConcurrencyId, inf_adopted_concurrency_id, inf_adopted_concurrency_id_values) | ^~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-operation.c: In function 'inf_adopted_operation_flags_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ adopted/inf-adopted-operation.c:76:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 76 | INF_DEFINE_FLAGS_TYPE(InfAdoptedOperationFlags, inf_adopted_operation_flags, inf_adopted_operation_flags_values) | ^~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-request.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/adopted/inf-adopted-operation.h:28, from ../libinfinity/adopted/inf-adopted-request.h:23, from adopted/inf-adopted-request.c:38: adopted/inf-adopted-request.c: In function 'inf_adopted_request_type_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ adopted/inf-adopted-request.c:88:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 88 | INF_DEFINE_ENUM_TYPE(InfAdoptedRequestType, inf_adopted_request_type, inf_adopted_request_type_values) | ^~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-request.c: In function 'inf_adopted_request_init': adopted/inf-adopted-request.c:96:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 96 | request->priv = INF_ADOPTED_REQUEST_GET_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-request-log.lo adopted/inf-adopted-request-log.c: In function 'inf_adopted_request_log_init': adopted/inf-adopted-request-log.c:292:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 292 | log->priv = INF_ADOPTED_REQUEST_LOG_GET_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-request-log.c: In function 'inf_adopted_request_log_add_request_handler': adopted/inf-adopted-request-log.c:455:13: warning: Deprecated pre-processor symbol: replace with "memmove" 455 | ); | ^ CC adopted/libinfinity_0_7_la-inf-adopted-session.lo In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from adopted/inf-adopted-session.c:40: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/adopted/inf-adopted-operation.h:28, from ../libinfinity/adopted/inf-adopted-request.h:23, from ../libinfinity/adopted/inf-adopted-request-log.h:23, from ../libinfinity/adopted/inf-adopted-algorithm.h:23, from ../libinfinity/adopted/inf-adopted-session.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_lookup_local_user': adopted/inf-adopted-session.c:120:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 120 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_noop_timeout_func': adopted/inf-adopted-session.c:262:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 262 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_find_next_noop_user': adopted/inf-adopted-session.c:294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 294 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_schedule_noop_timer': adopted/inf-adopted-session.c:315:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 315 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_start_noop_timer': adopted/inf-adopted-session.c:349:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 349 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_stop_noop_timer': adopted/inf-adopted-session.c:370:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 370 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_broadcast_n_requests': adopted/inf-adopted-session.c:400:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 400 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_process_request': adopted/inf-adopted-session.c:458:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 458 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_process_buffered_requests': adopted/inf-adopted-session.c:574:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 574 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_local_user_added': adopted/inf-adopted-session.c:625:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 625 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_remove_local_user_cb': adopted/inf-adopted-session.c:667:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 667 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_end_execute_request_cb': adopted/inf-adopted-session.c:722:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 722 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_create_algorithm': adopted/inf-adopted-session.c:766:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 766 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_init': adopted/inf-adopted-session.c:798:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 798 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_constructed': adopted/inf-adopted-session.c:820:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 820 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_dispose': adopted/inf-adopted-session.c:878:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 878 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_finalize': adopted/inf-adopted-session.c:940:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 940 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_set_property': adopted/inf-adopted-session.c:958:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 958 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_get_property': adopted/inf-adopted-session.c:987:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 987 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_to_xml_sync': adopted/inf-adopted-session.c:1054:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1054 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_process_xml_run': adopted/inf-adopted-session.c:1150:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1150 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_get_xml_user_props': adopted/inf-adopted-session.c:1325:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1325 | GParameter* parameter; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c: At top level: adopted/inf-adopted-session.c:1353:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1353 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_set_xml_user_props': adopted/inf-adopted-session.c:1359:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1359 | const GParameter* time; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c:1363:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1363 | const GParameter* id_param; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c:1371:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1371 | priv = INF_ADOPTED_SESSION_PRIVATE(INF_ADOPTED_SESSION(session)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: At top level: adopted/inf-adopted-session.c:1409:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1409 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_validate_user_props': adopted/inf-adopted-session.c:1415:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1415 | const GParameter* time; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_close': adopted/inf-adopted-session.c:1452:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1452 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_synchronization_complete': adopted/inf-adopted-session.c:1498:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1498 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_get_io': adopted/inf-adopted-session.c:1655:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1655 | return INF_ADOPTED_SESSION_PRIVATE(session)->io; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_get_algorithm': adopted/inf-adopted-session.c:1673:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1673 | return INF_ADOPTED_SESSION_PRIVATE(session)->algorithm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_undo': adopted/inf-adopted-session.c:1721:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1721 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session.c: In function 'inf_adopted_session_redo': adopted/inf-adopted-session.c:1779:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1779 | priv = INF_ADOPTED_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-session-record.lo In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinfinity/adopted/inf-adopted-session-record.h:23, from adopted/inf-adopted-session-record.c:46: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/adopted/inf-adopted-operation.h:28, from ../libinfinity/adopted/inf-adopted-request.h:23, from ../libinfinity/adopted/inf-adopted-request-log.h:23, from ../libinfinity/adopted/inf-adopted-algorithm.h:23, from ../libinfinity/adopted/inf-adopted-session.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_handle_xml_error': adopted/inf-adopted-session-record.c:90:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 90 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c:91:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 91 | xmlerror = xmlGetLastError(); | ^ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_write_node': adopted/inf-adopted-session-record.c:111:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 111 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_user_joined': adopted/inf-adopted-session-record.c:148:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 148 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_begin_execute_request_cb': adopted/inf-adopted-session-record.c:171:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 171 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_add_user_cb': adopted/inf-adopted-session-record.c:218:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 218 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_real_start': adopted/inf-adopted-session-record.c:266:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 266 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_init': adopted/inf-adopted-session-record.c:352:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 352 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_dispose': adopted/inf-adopted-session-record.c:369:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 369 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_finalize': adopted/inf-adopted-session-record.c:406:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 406 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_set_property': adopted/inf-adopted-session-record.c:423:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 423 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_get_property': adopted/inf-adopted-session-record.c:449:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 449 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_start_recording': adopted/inf-adopted-session-record.c:566:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 566 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c:593:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 593 | xmlerror = xmlGetLastError(); | ^ adopted/inf-adopted-session-record.c:612:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 612 | xmlerror = xmlGetLastError(); | ^ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_stop_recording': adopted/inf-adopted-session-record.c:680:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 680 | priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-record.c:723:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 723 | xmlerror = xmlGetLastError(); | ^ adopted/inf-adopted-session-record.c: In function 'inf_adopted_session_record_is_recording': adopted/inf-adopted-session-record.c:768:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 768 | return INF_ADOPTED_SESSION_RECORD_PRIVATE(record)->writer != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-session-replay.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/adopted/inf-adopted-session-replay.h:23, from adopted/inf-adopted-session-replay.c:38: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-session.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_read_current': adopted/inf-adopted-session-replay.c:97:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 97 | xml_error = xmlGetLastError(); | ^ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_handle_advance_result': adopted/inf-adopted-session-replay.c:121:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 121 | xml_error = xmlGetLastError(); | ^ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_handle_advance_required_result': adopted/inf-adopted-session-replay.c:149:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 149 | xml_error = xmlGetLastError(); | ^ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_clear': adopted/inf-adopted-session-replay.c:244:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 244 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_synchronization_failed_cb': adopted/inf-adopted-session-replay.c:323:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 323 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_play_initial': adopted/inf-adopted-session-replay.c:341:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 341 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_init': adopted/inf-adopted-session-replay.c:524:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 524 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_dispose': adopted/inf-adopted-session-replay.c:548:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 548 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_finalize': adopted/inf-adopted-session-replay.c:562:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 562 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_set_property': adopted/inf-adopted-session-replay.c:579:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 579 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_get_property': adopted/inf-adopted-session-replay.c:602:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 602 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_set_record': adopted/inf-adopted-session-replay.c:715:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 715 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c:725:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 725 | xml_error = xmlGetLastError(); | ^ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_get_session': adopted/inf-adopted-session-replay.c:834:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 834 | return INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay)->session; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c: In function 'inf_adopted_session_replay_play_next': adopted/inf-adopted-session-replay.c:870:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 870 | GParameter* param; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session-replay.c:877:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 877 | priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-session-replay.c:965:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 965 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session-replay.c:975:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 975 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ adopted/inf-adopted-session-replay.c:981:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 981 | g_value_unset(&g_array_index(user_props, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-split-operation.lo adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_unsplit_impl': adopted/inf-adopted-split-operation.c:76:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 76 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_init': adopted/inf-adopted-split-operation.c:110:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 110 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_dispose': adopted/inf-adopted-split-operation.c:123:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 123 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_set_property': adopted/inf-adopted-split-operation.c:150:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 150 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_get_property': adopted/inf-adopted-split-operation.c:180:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 180 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_need_concurrency_id': adopted/inf-adopted-split-operation.c:243:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 243 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_transform': adopted/inf-adopted-split-operation.c:287:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 287 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c:293:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 293 | priv_lcs = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation_lcs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_copy': adopted/inf-adopted-split-operation.c:371:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 371 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_get_flags': adopted/inf-adopted-split-operation.c:391:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 391 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_apply': adopted/inf-adopted-split-operation.c:422:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 422 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_apply_transformed': adopted/inf-adopted-split-operation.c:449:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 449 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c:455:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 455 | trans_priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(trans_split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_revert': adopted/inf-adopted-split-operation.c:515:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 515 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c: In function 'inf_adopted_split_operation_transform_other': adopted/inf-adopted-split-operation.c:625:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 625 | priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-split-operation.c:631:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 631 | priv_lcs = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(op_lcs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-state-vector.lo adopted/inf-adopted-state-vector.c: In function 'inf_adopted_state_vector_insert': adopted/inf-adopted-state-vector.c:137:13: warning: Deprecated pre-processor symbol: replace with "memmove" 137 | move_count * sizeof(InfAdoptedStateVectorComponent)); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-undo-grouping.lo adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_add_request': adopted/inf-adopted-undo-grouping.c:118:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 118 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_cleanup': adopted/inf-adopted-undo-grouping.c:245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 245 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_end_execute_request_cb': adopted/inf-adopted-undo-grouping.c:333:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 333 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_init_user': adopted/inf-adopted-undo-grouping.c:363:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 363 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_deinit_user': adopted/inf-adopted-undo-grouping.c:405:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 405 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_init': adopted/inf-adopted-undo-grouping.c:439:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 439 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_dispose': adopted/inf-adopted-undo-grouping.c:461:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 461 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_finalize': adopted/inf-adopted-undo-grouping.c:475:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 475 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_set_property': adopted/inf-adopted-undo-grouping.c:490:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 490 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_get_property': adopted/inf-adopted-undo-grouping.c:526:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 526 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_get_algorithm': adopted/inf-adopted-undo-grouping.c:648:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 648 | return INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping)->algorithm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_set_algorithm': adopted/inf-adopted-undo-grouping.c:675:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 675 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_start_group': adopted/inf-adopted-undo-grouping.c:753:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 753 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_end_group': adopted/inf-adopted-undo-grouping.c:782:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 782 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_get_undo_size': adopted/inf-adopted-undo-grouping.c:820:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 820 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adopted/inf-adopted-undo-grouping.c: In function 'inf_adopted_undo_grouping_get_redo_size': adopted/inf-adopted-undo-grouping.c:877:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 877 | priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC adopted/libinfinity_0_7_la-inf-adopted-user.lo adopted/inf-adopted-user.c: In function 'inf_adopted_user_init': adopted/inf-adopted-user.c:63:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 63 | user->priv = INF_ADOPTED_USER_GET_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-acl.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-acl.h:23, from common/inf-acl.c:46: common/inf-acl.c: In function 'inf_acl_setting_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-acl.c:178:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 178 | INF_DEFINE_ENUM_TYPE(InfAclSetting, inf_acl_setting, inf_acl_setting_values) | ^~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-async-operation.lo CC common/libinfinity_0_7_la-inf-browser.lo In file included from ../libinfinity/common/inf-browser.h:26, from common/inf-browser.c:37: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: common/inf-browser.c: In function 'inf_browser_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-browser.c:62:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 62 | INF_DEFINE_ENUM_TYPE(InfBrowserStatus, inf_browser_status, inf_browser_status_values) | ^~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-browser-iter.lo CC common/libinfinity_0_7_la-inf-buffer.lo CC common/libinfinity_0_7_la-inf-certificate-chain.lo CC common/libinfinity_0_7_la-inf-certificate-credentials.lo CC common/libinfinity_0_7_la-inf-certificate-verify.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../libinfinity/common/inf-certificate-verify.h:22, from common/inf-certificate-verify.c:60: common/inf-certificate-verify.c: In function 'inf_certificate_verify_flags_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c:124:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 124 | INF_DEFINE_FLAGS_TYPE(InfCertificateVerifyFlags, inf_certificate_verify_flags, inf_certificate_verify_flags_values) | ^~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_find_query': common/inf-certificate-verify.c:136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 136 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_set_known_hosts': common/inf-certificate-verify.c:190:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 190 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_ref_known_hosts': common/inf-certificate-verify.c:207:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 207 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_write_known_hosts': common/inf-certificate-verify.c:231:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 231 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_write_known_hosts_with_warning': common/inf-certificate-verify.c:268:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 268 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_notify_status_cb': common/inf-certificate-verify.c:296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 296 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(query->verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_certificate_func': common/inf-certificate-verify.c:337:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 337 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_init': common/inf-certificate-verify.c:536:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 536 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_dispose': common/inf-certificate-verify.c:550:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 550 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_finalize': common/inf-certificate-verify.c:579:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 579 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_set_property': common/inf-certificate-verify.c:597:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 597 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_get_property': common/inf-certificate-verify.c:636:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 636 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-certificate-verify.c: In function 'inf_certificate_verify_checked': common/inf-certificate-verify.c:831:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 831 | priv = INF_CERTIFICATE_VERIFY_PRIVATE(query->verify); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-cert-util.lo CC common/libinfinity_0_7_la-inf-chat-buffer.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-chat-buffer.h:22, from common/inf-chat-buffer.c:29: common/inf-chat-buffer.c: In function 'inf_chat_buffer_message_type_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c:106:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 106 | INF_DEFINE_ENUM_TYPE(InfChatBufferMessageType, inf_chat_buffer_message_type, inf_chat_buffer_message_type_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_message_flags_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c:107:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 107 | INF_DEFINE_FLAGS_TYPE(InfChatBufferMessageFlags, inf_chat_buffer_message_flags, inf_chat_buffer_message_flags_values) | ^~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_reserve_message': common/inf-chat-buffer.c:134:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 134 | priv = INF_CHAT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_init': common/inf-chat-buffer.c:312:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 312 | priv = INF_CHAT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_finalize': common/inf-chat-buffer.c:330:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 330 | priv = INF_CHAT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_set_property': common/inf-chat-buffer.c:352:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 352 | priv = INF_CHAT_BUFFER_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_get_property': common/inf-chat-buffer.c:379:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 379 | priv = INF_CHAT_BUFFER_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_add_message_handler': common/inf-chat-buffer.c:406:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 406 | priv = INF_CHAT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_buffer_get_modified': common/inf-chat-buffer.c:430:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 430 | return INF_CHAT_BUFFER_PRIVATE(buffer)->modified; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_buffer_set_modified': common/inf-chat-buffer.c:441:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 441 | priv = INF_CHAT_BUFFER_PRIVATE(chat_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_get_message': common/inf-chat-buffer.c:740:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 740 | priv = INF_CHAT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_get_n_messages': common/inf-chat-buffer.c:758:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 758 | return INF_CHAT_BUFFER_PRIVATE(buffer)->num_messages; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-buffer.c: In function 'inf_chat_buffer_get_size': common/inf-chat-buffer.c:774:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 774 | return INF_CHAT_BUFFER_PRIVATE(buffer)->size; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-chat-session.lo In file included from ../libinfinity/common/inf-chat-session.h:23, from common/inf-chat-session.c:32: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-chat-buffer.h:22, from ../libinfinity/common/inf-chat-session.h:22: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_log_message': common/inf-chat-session.c:342:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 342 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_log_userlist': common/inf-chat-session.c:403:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 403 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_receive_message': common/inf-chat-session.c:445:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 445 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_init': common/inf-chat-session.c:605:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 605 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_finalize': common/inf-chat-session.c:719:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 719 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_set_property': common/inf-chat-session.c:738:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 738 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_get_property': common/inf-chat-session.c:769:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 769 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_synchronization_failed': common/inf-chat-session.c:899:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 899 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-chat-session.c: At top level: common/inf-chat-session.c:924:27: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 924 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_user_new': common/inf-chat-session.c:927:3: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] 927 | return g_object_newv(INF_TYPE_USER, n_params, params); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:444:13: note: declared here 444 | gpointer g_object_newv (GType object_type, | ^~~~~~~~~~~~~ common/inf-chat-session.c: In function 'inf_chat_session_set_log_file': common/inf-chat-session.c:1203:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1203 | priv = INF_CHAT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-discovery-avahi.lo CC common/libinfinity_0_7_la-inf-discovery.lo CC common/libinfinity_0_7_la-inf-error.lo CC common/libinfinity_0_7_la-inf-file-util.lo CC common/libinfinity_0_7_la-inf-init.lo CC common/libinfinity_0_7_la-inf-io.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from ../libinfinity/common/inf-native-socket.h:23, from ../libinfinity/common/inf-io.h:23, from common/inf-io.c:43: common/inf-io.c: In function 'inf_io_event_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-io.c:73:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 73 | INF_DEFINE_FLAGS_TYPE(InfIoEvent, inf_io_event, inf_io_event_values) | ^~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-ip-address.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from common/inf-ip-address.c:32: common/inf-ip-address.c: In function 'inf_ip_address_family_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-ip-address.c:73:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 73 | INF_DEFINE_ENUM_TYPE(InfIpAddressFamily, inf_ip_address_family, inf_ip_address_family_values) | ^~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-keepalive.lo common/inf-keepalive.c:55:3: warning: #warning "Keepalive support not implemented for this platform" [-Wcpp] 55 | # warning "Keepalive support not implemented for this platform" | ^~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from ../libinfinity/common/inf-native-socket.h:23, from ../libinfinity/common/inf-keepalive.h:23, from common/inf-keepalive.c:42: common/inf-keepalive.c: In function 'inf_keepalive_mask_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-keepalive.c:82:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 82 | INF_DEFINE_FLAGS_TYPE(InfKeepaliveMask, inf_keepalive_mask, inf_keepalive_mask_values) | ^~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-local-publisher.lo CC common/libinfinity_0_7_la-inf-name-resolver.lo common/inf-name-resolver.c: In function 'inf_name_resolver_run_func': common/inf-name-resolver.c:793:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 793 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_backup_run_func': common/inf-name-resolver.c:821:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 821 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_done_func': common/inf-name-resolver.c:862:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 862 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_backup_done_func': common/inf-name-resolver.c:893:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 893 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_init': common/inf-name-resolver.c:935:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 935 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_dispose': common/inf-name-resolver.c:954:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 954 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_finalize': common/inf-name-resolver.c:978:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 978 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_set_property': common/inf-name-resolver.c:999:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 999 | priv = INF_NAME_RESOLVER_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_property': common/inf-name-resolver.c:1043:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1043 | priv = INF_NAME_RESOLVER_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_hostname': common/inf-name-resolver.c:1211:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1211 | return INF_NAME_RESOLVER_PRIVATE(resolver)->hostname; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_service': common/inf-name-resolver.c:1226:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1226 | return INF_NAME_RESOLVER_PRIVATE(resolver)->service; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_srv': common/inf-name-resolver.c:1241:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1241 | return INF_NAME_RESOLVER_PRIVATE(resolver)->srv; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_start': common/inf-name-resolver.c:1269:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1269 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_lookup_backup': common/inf-name-resolver.c:1321:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1321 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_finished': common/inf-name-resolver.c:1370:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1370 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_n_addresses': common/inf-name-resolver.c:1391:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1391 | return INF_NAME_RESOLVER_PRIVATE(resolver)->result.n_entries; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_address': common/inf-name-resolver.c:1413:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1413 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-name-resolver.c: In function 'inf_name_resolver_get_port': common/inf-name-resolver.c:1440:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1440 | priv = INF_NAME_RESOLVER_PRIVATE(resolver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-native-socket.lo CC common/libinfinity_0_7_la-inf-protocol.lo CC common/libinfinity_0_7_la-inf-request.lo In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/common/inf-request-result.h:23, from common/inf-request.c:33: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-certificate-chain.h:26, from ../libinfinity/common/inf-request.h:23, from common/inf-request.c:32: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-request-result.lo In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/common/inf-request-result.h:23, from common/inf-request-result.c:36: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-request-result.c: In function 'inf_request_result_copy': common/inf-request-result.c:89:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 89 | new_result->data = g_memdup(result->data, result->len); | ^~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ CC common/libinfinity_0_7_la-inf-sasl-context.lo CC common/libinfinity_0_7_la-inf-session.lo In file included from common/inf-session.c:59: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-session.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: common/inf-session.c: In function 'inf_session_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-session.c:183:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 183 | INF_DEFINE_ENUM_TYPE(InfSessionStatus, inf_session_status, inf_session_status_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_find_sync_item_by_connection': common/inf-session.c:257:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 257 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_release_connection': common/inf-session.c:296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 296 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_send_sync_error': common/inf-session.c:353:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 353 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_connection_notify_status_cb': common/inf-session.c:381:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 381 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_init': common/inf-session.c:454:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 454 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_constructed': common/inf-session.c:472:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 472 | priv = INF_SESSION_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_dispose': common/inf-session.c:517:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 517 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_finalize': common/inf-session.c:545:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 545 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_set_property': common/inf-session.c:560:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 560 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_property': common/inf-session.c:677:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 677 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_handle_user_status_change': common/inf-session.c:757:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 757 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_to_xml_sync_impl': common/inf-session.c:826:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 826 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_process_xml_sync_impl': common/inf-session.c:848:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 848 | const GParameter* param; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:849:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 849 | GParameter* connparam; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:851:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 851 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c:868:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 868 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:889:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 889 | (GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:894:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 894 | g_value_unset(&g_array_index(user_props, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_xml_user_props_impl': common/inf-session.c:952:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 952 | GParameter* parameter; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:961:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 961 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c:962:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 962 | array = g_array_sized_new(FALSE, FALSE, sizeof(GParameter), 16); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: At top level: common/inf-session.c:1029:37: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1029 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:1082:38: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1082 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_validate_user_props_impl': common/inf-session.c:1088:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1088 | const GParameter* parameter; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:1093:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1093 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_handle_received_sync_message': common/inf-session.c:1172:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1172 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_communication_object_sent': common/inf-session.c:1380:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1380 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_communication_object_received': common/inf-session.c:1451:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1451 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_close_handler': common/inf-session.c:1641:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1641 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_synchronization_begin_handler': common/inf-session.c:1716:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1716 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_synchronization_complete_handler': common/inf-session.c:1785:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1785 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_synchronization_failed_handler': common/inf-session.c:1822:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1822 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: At top level: common/inf-session.c:2172:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2172 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2175:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2175 | { | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2201:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2201 | { | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_user_property': common/inf-session.c:2202:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2202 | GParameter* parameter; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2209:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2209 | if(strcmp(g_array_index(array, GParameter, i).name, name) == 0) | ^~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2210:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2210 | return &g_array_index(array, GParameter, i); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2213:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2213 | parameter = &g_array_index(array, GParameter, array->len - 1); | ^~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_user_to_xml': common/inf-session.c:2241:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2241 | GParameter* params; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c:2257:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2257 | params = g_malloc(n_params * sizeof(GParameter)); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_communication_manager': common/inf-session.c:2302:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2302 | return INF_SESSION_PRIVATE(session)->manager; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_buffer': common/inf-session.c:2317:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2317 | return INF_SESSION_PRIVATE(session)->buffer; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_user_table': common/inf-session.c:2332:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2332 | return INF_SESSION_PRIVATE(session)->user_table; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_status': common/inf-session.c:2347:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2347 | return INF_SESSION_PRIVATE(session)->status; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: At top level: common/inf-session.c:2375:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2375 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_add_user': common/inf-session.c:2389:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2389 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c:2399:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2399 | *(GParameter**)(gpointer)¶ms, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session.c: In function 'inf_session_set_user_status': common/inf-session.c:2434:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2434 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_synchronize_from': common/inf-session.c:2479:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2479 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_cancel_synchronization': common/inf-session.c:2566:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2566 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_synchronization_status': common/inf-session.c:2677:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2677 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_synchronization_progress': common/inf-session.c:2735:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2735 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_has_synchronizations': common/inf-session.c:2784:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2784 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_get_subscription_group': common/inf-session.c:2816:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2816 | return INF_SESSION_PRIVATE(session)->subscription_group; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_set_subscription_group': common/inf-session.c:2840:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2840 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-session.c: In function 'inf_session_send_to_subscriptions': common/inf-session.c:2874:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2874 | priv = INF_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-session-proxy.lo In file included from common/inf-session-proxy.c:39: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-user.h:23, from ../libinfinity/common/inf-session-proxy.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from common/inf-session-proxy.c:40: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ common/inf-session-proxy.c:86:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 86 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-simulated-connection.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-simulated-connection.h:23, from common/inf-simulated-connection.c:33: common/inf-simulated-connection.c: In function 'inf_simulated_connection_mode_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c:89:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 89 | INF_DEFINE_ENUM_TYPE(InfSimulatedConnectionMode, inf_simulated_connection_mode, inf_simulated_connection_mode_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_clear_queue': common/inf-simulated-connection.c:100:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 100 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_unset_target': common/inf-simulated-connection.c:127:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 127 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | target_priv = INF_SIMULATED_CONNECTION_PRIVATE(priv->target); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_set_target': common/inf-simulated-connection.c:157:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 157 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c:162:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 162 | priv = INF_SIMULATED_CONNECTION_PRIVATE(target); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_init': common/inf-simulated-connection.c:184:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 184 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_dispose': common/inf-simulated-connection.c:199:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 199 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_set_property': common/inf-simulated-connection.c:223:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 223 | priv = INF_SIMULATED_CONNECTION_PRIVATE(sim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_get_property': common/inf-simulated-connection.c:259:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 259 | priv = INF_SIMULATED_CONNECTION_PRIVATE(sim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_xml_connection_close': common/inf-simulated-connection.c:311:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 311 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_dispatch_func': common/inf-simulated-connection.c:324:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 324 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_xml_connection_send': common/inf-simulated-connection.c:335:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 335 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_set_mode': common/inf-simulated-connection.c:552:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 552 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-simulated-connection.c: In function 'inf_simulated_connection_flush': common/inf-simulated-connection.c:581:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 581 | priv = INF_SIMULATED_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-standalone-io.lo common/inf-standalone-io.c:96:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 96 | GTimeVal begin; | ^~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-standalone-io.h:23, from common/inf-standalone-io.c:42: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ common/inf-standalone-io.c:159:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 159 | inf_standalone_io_timeval_diff(GTimeVal* first, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ common/inf-standalone-io.c:160:32: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 160 | GTimeVal* second) | ^~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_iteration_impl': common/inf-standalone-io.c:183:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 183 | GTimeVal current; | ^~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ common/inf-standalone-io.c:198:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 198 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c:208:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 208 | g_get_current_time(¤t); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c:267:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 267 | g_get_current_time(¤t); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_init': common/inf-standalone-io.c:458:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 458 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_finalize': common/inf-standalone-io.c:517:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 517 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_find_watch': common/inf-standalone-io.c:608:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 608 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_find_watch_by_socket': common/inf-standalone-io.c:624:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 624 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_wakeup': common/inf-standalone-io.c:649:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 649 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_add_watch': common/inf-standalone-io.c:709:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 709 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_update_watch': common/inf-standalone-io.c:822:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 822 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_remove_watch': common/inf-standalone-io.c:878:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 878 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_add_timeout': common/inf-standalone-io.c:956:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 956 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c:959:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 959 | g_get_current_time(&timeout->begin); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_remove_timeout': common/inf-standalone-io.c:980:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 980 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_add_dispatch': common/inf-standalone-io.c:1013:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1013 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_io_remove_dispatch': common/inf-standalone-io.c:1035:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1035 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_iteration': common/inf-standalone-io.c:1109:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1109 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_iteration_timeout': common/inf-standalone-io.c:1137:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1137 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_loop': common/inf-standalone-io.c:1163:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1163 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_loop_quit': common/inf-standalone-io.c:1203:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1203 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-standalone-io.c: In function 'inf_standalone_io_loop_running': common/inf-standalone-io.c:1230:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1230 | priv = INF_STANDALONE_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-tcp-connection.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from common/inf-tcp-connection.c:43: common/inf-tcp-connection.c: In function 'inf_tcp_connection_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c:145:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 145 | INF_DEFINE_ENUM_TYPE(InfTcpConnectionStatus, inf_tcp_connection_status, inf_tcp_connection_status_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_connected': common/inf-tcp-connection.c:282:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 282 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_connection_error': common/inf-tcp-connection.c:346:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 346 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_open_real': common/inf-tcp-connection.c:407:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 407 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_open_with_resolver': common/inf-tcp-connection.c:533:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 533 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_send_real': common/inf-tcp-connection.c:591:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 591 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_io_incoming': common/inf-tcp-connection.c:645:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 645 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_io_outgoing': common/inf-tcp-connection.c:690:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 690 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_io': common/inf-tcp-connection.c:761:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 761 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_resolved_cb': common/inf-tcp-connection.c:836:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 836 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_set_resolver': common/inf-tcp-connection.c:866:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 866 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_init': common/inf-tcp-connection.c:898:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 898 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_dispose': common/inf-tcp-connection.c:926:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 926 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_finalize': common/inf-tcp-connection.c:949:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 949 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_set_property': common/inf-tcp-connection.c:977:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 977 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_get_property': common/inf-tcp-connection.c:1070:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1070 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_error': common/inf-tcp-connection.c:1172:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1172 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_open': common/inf-tcp-connection.c:1535:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1535 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_close': common/inf-tcp-connection.c:1580:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1580 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_send': common/inf-tcp-connection.c:1621:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1621 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_get_remote_address': common/inf-tcp-connection.c:1725:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1725 | return INF_TCP_CONNECTION_PRIVATE(connection)->remote_address; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_get_remote_port': common/inf-tcp-connection.c:1741:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1741 | return INF_TCP_CONNECTION_PRIVATE(connection)->remote_port; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_set_keepalive': common/inf-tcp-connection.c:1771:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1771 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function 'inf_tcp_connection_get_keepalive': common/inf-tcp-connection.c:1797:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1797 | return &INF_TCP_CONNECTION_PRIVATE(connection)->keepalive; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-tcp-connection.c: In function '_inf_tcp_connection_accepted': common/inf-tcp-connection.c:1830:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1830 | priv = INF_TCP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-user.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-user.h:23, from common/inf-user.c:33: common/inf-user.c: In function 'inf_user_flags_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-user.c:102:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 102 | INF_DEFINE_FLAGS_TYPE(InfUserFlags, inf_user_flags, inf_user_flags_values) | ^~~~~~~~~~~~~~~~~~~~~ common/inf-user.c: In function 'inf_user_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-user.c:103:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 103 | INF_DEFINE_ENUM_TYPE(InfUserStatus, inf_user_status, inf_user_status_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-user.c: In function 'inf_user_init': common/inf-user.c:112:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 112 | user->priv = INF_USER_GET_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-user-table.lo common/inf-user-table.c: In function 'inf_user_table_check_local_cb': common/inf-user-table.c:92:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 92 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_init': common/inf-user-table.c:189:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 189 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_dispose': common/inf-user-table.c:204:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 204 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_finalize': common/inf-user-table.c:232:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 232 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_add_user_handler': common/inf-user-table.c:246:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 246 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_remove_user_handler': common/inf-user-table.c:296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 296 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_add_available_user': common/inf-user-table.c:331:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 331 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_remove_available_user': common/inf-user-table.c:342:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 342 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_add_local_user': common/inf-user-table.c:353:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 353 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_remove_local_user': common/inf-user-table.c:364:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 364 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_lookup_user_by_id': common/inf-user-table.c:603:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 603 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_lookup_user_by_name': common/inf-user-table.c:627:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 627 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_foreach_user': common/inf-user-table.c:661:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 661 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-user-table.c: In function 'inf_user_table_foreach_local_user': common/inf-user-table.c:693:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 693 | priv = INF_USER_TABLE_PRIVATE(user_table); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-xml-connection.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from common/inf-xml-connection.c:45: common/inf-xml-connection.c: In function 'inf_xml_connection_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-xml-connection.c:73:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 73 | INF_DEFINE_ENUM_TYPE(InfXmlConnectionStatus, inf_xml_connection_status, inf_xml_connection_status_values) | ^~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-xml-util.lo CC common/libinfinity_0_7_la-inf-xmpp-connection.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from common/inf-xmpp-connection.c:38: common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_site_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c:233:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 233 | INF_DEFINE_ENUM_TYPE(InfXmppConnectionSite, inf_xmpp_connection_site, inf_xmpp_connection_site_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_security_policy_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c:234:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 234 | INF_DEFINE_ENUM_TYPE(InfXmppConnectionSecurityPolicy, inf_xmpp_connection_security_policy, inf_xmpp_connection_security_policy_values) | ^~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_push_message': common/inf-xmpp-connection.c:565:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 565 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_pop_message': common/inf-xmpp-connection.c:600:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 600 | priv = INF_XMPP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_clear': common/inf-xmpp-connection.c:621:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 621 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_send_chars': common/inf-xmpp-connection.c:708:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 708 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_send_xml': common/inf-xmpp-connection.c:781:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 781 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_terminate': common/inf-xmpp-connection.c:863:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 863 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_send_auth_error': common/inf-xmpp-connection.c:942:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 942 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_terminate_error': common/inf-xmpp-connection.c:997:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 997 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_deinitiate': common/inf-xmpp-connection.c:1047:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1047 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_prefers_tls': common/inf-xmpp-connection.c:1099:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1099 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_push': common/inf-xmpp-connection.c:1115:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1115 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_pull': common/inf-xmpp-connection.c:1133:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1133 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_import_own_certificate': common/inf-xmpp-connection.c:1168:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1168 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_import_peer_certificate': common/inf-xmpp-connection.c:1204:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1204 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_handshake': common/inf-xmpp-connection.c:1273:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1273 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_tls_init': common/inf-xmpp-connection.c:1393:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1393 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_finish': common/inf-xmpp-connection.c:1497:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1497 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_error': common/inf-xmpp-connection.c:1555:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1555 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_cb': common/inf-xmpp-connection.c:1605:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1605 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_ensure': common/inf-xmpp-connection.c:1637:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1637 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_request_feed_func': common/inf-xmpp-connection.c:1686:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1686 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_request': common/inf-xmpp-connection.c:1750:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1750 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_init': common/inf-xmpp-connection.c:1788:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1788 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_start_element': common/inf-xmpp-connection.c:1883:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1883 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_connected': common/inf-xmpp-connection.c:1938:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1938 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_initiated': common/inf-xmpp-connection.c:2081:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2081 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_load_sasl_remote_mechanisms': common/inf-xmpp-connection.c:2190:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2190 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sasl_suggest_mechanism': common/inf-xmpp-connection.c:2228:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2228 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_features': common/inf-xmpp-connection.c:2322:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2322 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_encryption': common/inf-xmpp-connection.c:2450:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2450 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_authentication_error': common/inf-xmpp-connection.c:2489:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2489 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_authentication': common/inf-xmpp-connection.c:2515:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2515 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_process_end_element': common/inf-xmpp-connection.c:2645:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2645 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sax_start_element': common/inf-xmpp-connection.c:2745:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2745 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sax_end_element': common/inf-xmpp-connection.c:2831:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2831 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sax_characters': common/inf-xmpp-connection.c:2907:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2907 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sax_warning': common/inf-xmpp-connection.c:2935:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2935 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sax_error': common/inf-xmpp-connection.c:2963:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2963 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c:2965:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2965 | error_xml = xmlCtxtGetLastError(priv->parser); | ^ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_initiate': common/inf-xmpp-connection.c:3053:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3053 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_received_cb_sent_func': common/inf-xmpp-connection.c:3109:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3109 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_sent_cb': common/inf-xmpp-connection.c:3129:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3129 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_received_cb': common/inf-xmpp-connection.c:3189:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3189 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_notify_status_cb': common/inf-xmpp-connection.c:3341:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3341 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_set_tcp': common/inf-xmpp-connection.c:3425:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3425 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_xml_status': common/inf-xmpp-connection.c:3534:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3534 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_init': common/inf-xmpp-connection.c:3595:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3595 | priv = INF_XMPP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_constructed': common/inf-xmpp-connection.c:3644:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3644 | priv = INF_XMPP_CONNECTION_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_dispose': common/inf-xmpp-connection.c:3674:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3674 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_finalize': common/inf-xmpp-connection.c:3725:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3725 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_set_property': common/inf-xmpp-connection.c:3751:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3751 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_property': common/inf-xmpp-connection.c:3848:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3848 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_xml_connection_open': common/inf-xmpp-connection.c:3944:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3944 | priv = INF_XMPP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_xml_connection_close': common/inf-xmpp-connection.c:3963:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3963 | priv = INF_XMPP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_xml_connection_send': common/inf-xmpp-connection.c:4023:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4023 | priv = INF_XMPP_CONNECTION_PRIVATE(connection); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_tls_enabled': common/inf-xmpp-connection.c:4316:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4316 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_own_certificate': common/inf-xmpp-connection.c:4344:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4344 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_peer_certificate': common/inf-xmpp-connection.c:4367:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4367 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_kx_algorithm': common/inf-xmpp-connection.c:4392:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4392 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_cipher_algorithm': common/inf-xmpp-connection.c:4417:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4417 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_mac_algorithm': common/inf-xmpp-connection.c:4442:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4442 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_tls_protocol': common/inf-xmpp-connection.c:4467:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4467 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_dh_prime_bits': common/inf-xmpp-connection.c:4491:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4491 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_set_certificate_callback': common/inf-xmpp-connection.c:4538:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4538 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_certificate_verify_continue': common/inf-xmpp-connection.c:4562:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4562 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_certificate_verify_cancel': common/inf-xmpp-connection.c:4595:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4595 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_reset_sasl_authentication': common/inf-xmpp-connection.c:4685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4685 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_retry_sasl_authentication': common/inf-xmpp-connection.c:4782:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4782 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_set_sasl_error': common/inf-xmpp-connection.c:4817:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4817 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-connection.c: In function 'inf_xmpp_connection_get_sasl_error': common/inf-xmpp-connection.c:4838:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4838 | priv = INF_XMPP_CONNECTION_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC common/libinfinity_0_7_la-inf-xmpp-manager.lo common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_lookup_connection': common/inf-xmpp-manager.c:248:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 248 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_check_key': common/inf-xmpp-manager.c:294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 294 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_update_keys': common/inf-xmpp-manager.c:359:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 359 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_init': common/inf-xmpp-manager.c:717:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 717 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_dispose': common/inf-xmpp-manager.c:734:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 734 | priv = INF_XMPP_MANAGER_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_lookup_connection_by_address': common/inf-xmpp-manager.c:850:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 850 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_lookup_connection_by_hostname': common/inf-xmpp-manager.c:895:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 895 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/inf-xmpp-manager.c: In function 'inf_xmpp_manager_remove_connection': common/inf-xmpp-manager.c:984:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 984 | priv = INF_XMPP_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-central-factory.lo CC communication/libinfinity_0_7_la-inf-communication-central-method.lo communication/inf-communication-central-method.c: In function 'inf_communication_central_method_broadcast': communication/inf-communication-central-method.c:76:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 76 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_notify_status_cb': communication/inf-communication-central-method.c:151:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 151 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_add_member': communication/inf-communication-central-method.c:191:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 191 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_remove_member': communication/inf-communication-central-method.c:225:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 225 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_is_member': communication/inf-communication-central-method.c:262:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 262 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_send_single': communication/inf-communication-central-method.c:275:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 275 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_cancel_messages': communication/inf-communication-central-method.c:297:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 297 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(meth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_received': communication/inf-communication-central-method.c:319:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 319 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_enqueued': communication/inf-communication-central-method.c:369:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 369 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_sent': communication/inf-communication-central-method.c:384:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 384 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_registry_unrefed': communication/inf-communication-central-method.c:403:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 403 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_group_unrefed': communication/inf-communication-central-method.c:417:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 417 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_set_registry': communication/inf-communication-central-method.c:428:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 428 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_set_group': communication/inf-communication-central-method.c:458:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 458 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_init': communication/inf-communication-central-method.c:498:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 498 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_dispose': communication/inf-communication-central-method.c:513:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 513 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_set_property': communication/inf-communication-central-method.c:539:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 539 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-central-method.c: In function 'inf_communication_central_method_get_property': communication/inf-communication-central-method.c:577:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 577 | priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-factory.lo CC communication/libinfinity_0_7_la-inf-communication-group.lo communication/inf-communication-group.c: In function 'inf_communication_group_get_factory_for_network': communication/inf-communication-group.c:125:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 125 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_lookup_method_for_network': communication/inf-communication-group.c:170:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 170 | priv = INF_COMMUNICATION_GROUP_PRIVATE(grp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_target_unrefed': communication/inf-communication-group.c:205:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 205 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_manager_unrefed': communication/inf-communication-group.c:225:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 225 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_registry_unrefed': communication/inf-communication-group.c:245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 245 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_set_manager': communication/inf-communication-group.c:262:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 262 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_set_registry': communication/inf-communication-group.c:292:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 292 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_init': communication/inf-communication-group.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_dispose': communication/inf-communication-group.c:344:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 344 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_finalize': communication/inf-communication-group.c:366:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 366 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_set_property': communication/inf-communication-group.c:383:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 383 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_get_property': communication/inf-communication-group.c:432:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 432 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_get_name': communication/inf-communication-group.c:580:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 580 | return INF_COMMUNICATION_GROUP_PRIVATE(group)->name; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_get_target': communication/inf-communication-group.c:596:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 596 | return INF_COMMUNICATION_GROUP_PRIVATE(group)->target; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_set_target': communication/inf-communication-group.c:622:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 622 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function 'inf_communication_group_send_group_message': communication/inf-communication-group.c:730:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 730 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function '_inf_communication_group_add_member': communication/inf-communication-group.c:885:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 885 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function '_inf_communication_group_remove_member': communication/inf-communication-group.c:945:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 945 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-group.c: In function '_inf_communication_group_foreach_method': communication/inf-communication-group.c:966:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 966 | priv = INF_COMMUNICATION_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-hosted-group.lo communication/inf-communication-hosted-group.c: In function 'inf_communication_hosted_group_get_method': communication/inf-communication-hosted-group.c:56:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 56 | priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(hosted_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-hosted-group.c: In function 'inf_communication_hosted_group_init': communication/inf-communication-hosted-group.c:85:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 85 | priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-hosted-group.c: In function 'inf_communication_hosted_group_finalize': communication/inf-communication-hosted-group.c:98:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 98 | priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-hosted-group.c: In function 'inf_communication_hosted_group_add_method': communication/inf-communication-hosted-group.c:156:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 156 | priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-joined-group.lo communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_set_publisher': communication/inf-communication-joined-group.c:91:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 91 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(grp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_get_method': communication/inf-communication-joined-group.c:129:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 129 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(joined_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_get_publisher_id': communication/inf-communication-joined-group.c:144:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 144 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(joined_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_init': communication/inf-communication-joined-group.c:157:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 157 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_constructed': communication/inf-communication-joined-group.c:168:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 168 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_dispose': communication/inf-communication-joined-group.c:199:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 199 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_finalize': communication/inf-communication-joined-group.c:215:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 215 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_set_property': communication/inf-communication-joined-group.c:235:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 235 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_get_property': communication/inf-communication-joined-group.c:268:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 268 | priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-joined-group.c: In function 'inf_communication_joined_group_get_publisher': communication/inf-communication-joined-group.c:378:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 378 | return INF_COMMUNICATION_JOINED_GROUP_PRIVATE(g)->publisher_conn; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-manager.lo communication/inf-communication-manager.c: In function 'inf_communication_manager_hosted_group_unrefed': communication/inf-communication-manager.c:124:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 124 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_joined_group_unrefed': communication/inf-communication-manager.c:154:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 154 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_init': communication/inf-communication-manager.c:182:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 182 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_dispose': communication/inf-communication-manager.c:210:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 210 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_open_group': communication/inf-communication-manager.c:294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 294 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_join_group': communication/inf-communication-manager.c:370:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 370 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_add_factory': communication/inf-communication-manager.c:451:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 451 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-manager.c: In function 'inf_communication_manager_get_factory_for': communication/inf-communication-manager.c:483:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 483 | priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-method.lo CC communication/libinfinity_0_7_la-inf-communication-object.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-object.h:23, from communication/inf-communication-object.c:37: communication/inf-communication-object.c: In function 'inf_communication_scope_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ communication/inf-communication-object.c:56:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 56 | INF_DEFINE_ENUM_TYPE(InfCommunicationScope, inf_communication_scope, inf_communication_scope_values) | ^~~~~~~~~~~~~~~~~~~~ CC communication/libinfinity_0_7_la-inf-communication-registry.lo communication/inf-communication-registry.c: In function 'inf_communication_registry_received_cb': communication/inf-communication-registry.c:317:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 317 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_sent_cb': communication/inf-communication-registry.c:398:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 398 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_notify_status_cb': communication/inf-communication-registry.c:523:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 523 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_add_connection': communication/inf-communication-registry.c:558:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 558 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_remove_connection': communication/inf-communication-registry.c:611:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 611 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(rgstry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_group_unrefed': communication/inf-communication-registry.c:665:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 665 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_init': communication/inf-communication-registry.c:709:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 709 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_dispose': communication/inf-communication-registry.c:730:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 730 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_register': communication/inf-communication-registry.c:817:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 817 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_unregister': communication/inf-communication-registry.c:905:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 905 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_is_registered': communication/inf-communication-registry.c:965:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 965 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_send': communication/inf-communication-registry.c:1009:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1009 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ communication/inf-communication-registry.c: In function 'inf_communication_registry_cancel_messages': communication/inf-communication-registry.c:1065:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1065 | priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client/libinfinity_0_7_la-infc-browser.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from client/infc-browser.c:32: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_make_acl_account_list': client/infc-browser.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_node_new_common': client/infc-browser.c:510:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 510 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_node_new_note': client/infc-browser.c:578:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 578 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_node_free': client/infc-browser.c:728:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 728 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_enforce_single_acl': client/infc-browser.c:959:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 959 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_enforce_acl': client/infc-browser.c:1206:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1206 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_session_notify_subscription_group_cb': client/infc-browser.c:1264:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1264 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:1285:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1285 | ); | ^ client/infc-browser.c: In function 'infc_browser_welcome_timeout_func': client/infc-browser.c:1345:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1345 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_connected': client/infc-browser.c:1378:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1378 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_disconnected': client/infc-browser.c:1436:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1436 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_member_removed_cb': client/infc-browser.c:1533:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1533 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_connection_notify_status_cb': client/infc-browser.c:1551:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1551 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_init': client/infc-browser.c:1653:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1653 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_dispose': client/infc-browser.c:1685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1685 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_finalize': client/infc-browser.c:1761:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1761 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_set_property': client/infc-browser.c:1780:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1780 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_property': client/infc-browser.c:1889:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1889 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_add_subreq_common': client/infc-browser.c:1926:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1926 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_unlink_subreq': client/infc-browser.c:2129:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2129 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_find_subreq': client/infc-browser.c:2153:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2153 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_add_sync_in': client/infc-browser.c:2238:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2238 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_remove_sync_in': client/infc-browser.c:2277:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2277 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_node_add_subdirectory': client/infc-browser.c:2318:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2318 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_node_add_note': client/infc-browser.c:2349:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2349 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_subscribe_ack': client/infc-browser.c:2387:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2387 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_subscribe_nack': client/infc-browser.c:2408:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2408 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_node_from_xml': client/infc-browser.c:2431:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2431 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_add_node_request_from_xml': client/infc-browser.c:2557:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2557 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_process_add_node_request': client/infc-browser.c:2623:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2623 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_create_group_from_xml': client/infc-browser.c:2668:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2668 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_subscribe_session': client/infc-browser.c:2717:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2717 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_welcome': client/infc-browser.c:2800:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2800 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_explore_begin': client/infc-browser.c:2977:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2977 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_explore_end': client/infc-browser.c:3052:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3052 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_add_node': client/infc-browser.c:3122:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3122 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_sync_in': client/infc-browser.c:3346:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3346 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_remove_node': client/infc-browser.c:3511:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3511 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_subscribe_session': client/infc-browser.c:3558:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3558 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_subscribe_chat': client/infc-browser.c:3640:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3640 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_save_session_in_progress': client/infc-browser.c:3695:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3695 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_saved_session': client/infc-browser.c:3734:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3734 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_acl_account_list_begin': client/infc-browser.c:3784:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3784 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_acl_account_list_end': client/infc-browser.c:3850:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3850 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_add_acl_account': client/infc-browser.c:3982:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3982 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_lookup_acl_accounts': client/infc-browser.c:4085:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4085 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_change_acl_account': client/infc-browser.c:4278:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4278 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_create_acl_account': client/infc-browser.c:4396:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4396 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_remove_acl_account': client/infc-browser.c:4611:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4611 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_set_acl': client/infc-browser.c:4753:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4753 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_handle_request_failed': client/infc-browser.c:4916:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4916 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_communication_object_received': client/infc-browser.c:5003:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5003 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_communication_object_sent': client/infc-browser.c:5262:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5262 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_subscribe_session': client/infc-browser.c:5566:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5566 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_root': client/infc-browser.c:5625:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5625 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_next': client/infc-browser.c:5641:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5641 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_prev': client/infc-browser.c:5664:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5664 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_parent': client/infc-browser.c:5687:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5687 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_child': client/infc-browser.c:5710:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5710 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_explore': client/infc-browser.c:5740:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5740 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:5750:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5750 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_explored': client/infc-browser.c:5785:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5785 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_is_subdirectory': client/infc-browser.c:5800:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5800 | infc_browser_return_val_if_iter_fail(browser, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_add_note': client/infc-browser.c:5829:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5829 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:5835:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5835 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_add_subdirectory': client/infc-browser.c:5915:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5915 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:5921:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5921 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_remove_node': client/infc-browser.c:5967:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5967 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:5969:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5969 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_node_name': client/infc-browser.c:6011:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6011 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_node_type': client/infc-browser.c:6027:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6027 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6029:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6029 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_subscribe': client/infc-browser.c:6060:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6060 | infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6062:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6062 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_session': client/infc-browser.c:6111:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6111 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6113:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6113 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_list_pending_requests': client/infc-browser.c:6135:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6135 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6138:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6138 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_iter_from_request': client/infc-browser.c:6177:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6177 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_query_acl_account_list': client/infc-browser.c:6202:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6202 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_acl_default_account': client/infc-browser.c:6274:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6274 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_acl_local_account': client/infc-browser.c:6296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6296 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_lookup_acl_accounts': client/infc-browser.c:6323:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6323 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_lookup_acl_account_by_name': client/infc-browser.c:6443:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6443 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_create_acl_account': client/infc-browser.c:6542:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6542 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_remove_acl_account': client/infc-browser.c:6609:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6609 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_query_acl': client/infc-browser.c:6651:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6651 | infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6654:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6654 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_has_acl': client/infc-browser.c:6698:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6698 | infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6700:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6700 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_get_acl': client/infc-browser.c:6730:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6730 | infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_browser_set_acl': client/infc-browser.c:6749:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6749 | infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:6752:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6752 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_communication_manager': client/infc-browser.c:6981:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6981 | return INFC_BROWSER_PRIVATE(browser)->communication_manager; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_connection': client/infc-browser.c:6996:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6996 | return INFC_BROWSER_PRIVATE(browser)->connection; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_add_plugin': client/infc-browser.c:7019:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7019 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_lookup_plugin': client/infc-browser.c:7061:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7061 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_iter_save_session': client/infc-browser.c:7100:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7100 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:7102:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7102 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_iter_get_sync_in': client/infc-browser.c:7158:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7158 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:7160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7160 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_iter_get_sync_in_requests': client/infc-browser.c:7196:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7196 | infc_browser_return_val_if_iter_fail(browser, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c:7201:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7201 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_iter_is_valid': client/infc-browser.c:7238:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7238 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_subscribe_chat': client/infc-browser.c:7281:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7281 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_subscribe_chat_request': client/infc-browser.c:7327:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7327 | priv = INFC_BROWSER_PRIVATE(browser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-browser.c: In function 'infc_browser_get_chat_session': client/infc-browser.c:7356:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7356 | return INFC_BROWSER_PRIVATE(browser)->chat_session; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client/libinfinity_0_7_la-infc-progress-request.lo client/infc-progress-request.c: In function 'infc_progress_request_init': client/infc-progress-request.c:59:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 59 | priv = INFC_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_finalize': client/infc-progress-request.c:74:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 74 | priv = INFC_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_set_property': client/infc-progress-request.c:89:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 89 | priv = INFC_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_get_property': client/infc-progress-request.c:114:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 114 | priv = INFC_PROGRESS_REQUEST_PRIVATE(progress_request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_initiated': client/infc-progress-request.c:194:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 194 | priv = INFC_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_get_initiated': client/infc-progress-request.c:218:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 218 | return INFC_PROGRESS_REQUEST_PRIVATE(request)->initiated; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-progress-request.c: In function 'infc_progress_request_progress': client/infc-progress-request.c:235:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 235 | priv = INFC_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client/libinfinity_0_7_la-infc-request.lo client/infc-request.c: In function 'infc_request_init': client/infc-request.c:63:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 63 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request.c: In function 'infc_request_finalize': client/infc-request.c:78:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 78 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request.c: In function 'infc_request_set_property': client/infc-request.c:95:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 95 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request.c: In function 'infc_request_get_property': client/infc-request.c:129:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 129 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request.c: In function 'infc_request_is_local': client/infc-request.c:158:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 158 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request.c: In function 'infc_request_finished': client/infc-request.c:172:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 172 | priv = INFC_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client/libinfinity_0_7_la-infc-request-manager.lo client/infc-request-manager.c: In function 'infc_request_manager_init': client/infc-request-manager.c:179:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 179 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_dispose': client/infc-request-manager.c:199:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 199 | priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_set_property': client/infc-request-manager.c:217:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 217 | priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_get_property': client/infc-request-manager.c:240:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 240 | priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_request_add': client/infc-request-manager.c:261:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 261 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_request_remove': client/infc-request-manager.c:279:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 279 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_add_request_valist': client/infc-request-manager.c:457:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 457 | GParameter* params; | ^~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/client/infc-request.h:23, from ../libinfinity/client/infc-request-manager.h:23, from client/infc-request-manager.c:40: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-request-manager.c:472:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 472 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c:481:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 481 | params = g_malloc0(param_alloc * sizeof(GParameter)); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-request-manager.c:514:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 514 | params = g_realloc(params, param_alloc * sizeof(GParameter)); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-request-manager.c:534:5: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] 534 | request = INFC_REQUEST(g_object_newv(request_type, param_size, params)); | ^~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:444:13: note: declared here 444 | gpointer g_object_newv (GType object_type, | ^~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_clear': client/infc-request-manager.c:648:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 648 | g_hash_table_remove_all(INFC_REQUEST_MANAGER_PRIVATE(manager)->requests); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_get_request_by_seq': client/infc-request-manager.c:669:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 669 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_get_request_by_xml': client/infc-request-manager.c:709:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 709 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_foreach_request': client/infc-request-manager.c:836:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 836 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-request-manager.c: In function 'infc_request_manager_foreach_named_request': client/infc-request-manager.c:871:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 871 | priv = INFC_REQUEST_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client/libinfinity_0_7_la-infc-session-proxy.lo In file included from client/infc-session-proxy.c:43: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from client/infc-session-proxy.c:41: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from client/infc-session-proxy.c:44: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_unsubscribe_connection': client/infc-session-proxy.c:91:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 91 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_session_synchronization_complete_cb': client/infc-session-proxy.c:168:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 168 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_session_synchronization_failed_cb': client/infc-session-proxy.c:214:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 214 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_session_close_cb': client/infc-session-proxy.c:251:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 251 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_release_connection': client/infc-session-proxy.c:296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 296 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_init': client/infc-session-proxy.c:368:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 368 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_dispose': client/infc-session-proxy.c:383:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 383 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_set_property': client/infc-session-proxy.c:427:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 427 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_get_property': client/infc-session-proxy.c:477:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 477 | priv = INFC_SESSION_PROXY_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_handle_user_join': client/infc-session-proxy.c:548:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 548 | GParameter* param; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:552:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 552 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c:584:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 584 | (const GParameter*)array->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:594:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 594 | (const GParameter*)array->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:602:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 602 | g_value_unset(&g_array_index(array, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_handle_user_rejoin': client/infc-session-proxy.c:635:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 635 | const GParameter* idparam; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:636:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 636 | GParameter* param; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:641:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 641 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c:655:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 655 | (const GParameter*)array->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:711:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 711 | (const GParameter*)array->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:725:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 725 | param = &g_array_index(array, GParameter, i); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:739:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 739 | g_value_unset(&g_array_index(array, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c:755:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 755 | g_value_unset(&g_array_index(array, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_handle_request_failed': client/infc-session-proxy.c:775:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 775 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_handle_session_close': client/infc-session-proxy.c:829:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 829 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_communication_object_sent': client/infc-session-proxy.c:853:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 853 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_communication_object_enqueued': client/infc-session-proxy.c:875:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 875 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_communication_object_received': client/infc-session-proxy.c:903:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 903 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: At top level: client/infc-session-proxy.c:1017:44: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1017 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_session_proxy_join_user': client/infc-session-proxy.c:1030:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1030 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_set_connection': client/infc-session-proxy.c:1174:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1174 | priv = INFC_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_get_connection': client/infc-session-proxy.c:1244:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1244 | return INFC_SESSION_PROXY_PRIVATE(proxy)->connection; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client/infc-session-proxy.c: In function 'infc_session_proxy_get_subscription_group': client/infc-session-proxy.c:1260:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1260 | return INFC_SESSION_PROXY_PRIVATE(proxy)->subscription_group; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-account-storage.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-acl.h:23, from ../libinfinity/server/infd-account-storage.h:23, from server/infd-account-storage.c:54: server/infd-account-storage.c: In function 'infd_account_storage_support_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:47:6: note: in expansion of macro 'g_once_init_enter' 47 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ server/infd-account-storage.c:99:1: note: in expansion of macro 'INF_DEFINE_FLAGS_TYPE' 99 | INF_DEFINE_FLAGS_TYPE(InfdAccountStorageSupport, infd_account_storage_support, infd_account_storage_support_values) | ^~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-chat-filesystem-format.lo server/infd-chat-filesystem-format.c: In function 'infd_chat_filesystem_format_read': server/infd-chat-filesystem-format.c:139:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 139 | xmlerror = xmlGetLastError(); | ^ server/infd-chat-filesystem-format.c: In function 'infd_chat_filesystem_format_write': server/infd-chat-filesystem-format.c:237:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 237 | xmlerror = xmlGetLastError(); | ^ CC server/libinfinity_0_7_la-infd-directory.lo In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from server/infd-directory.c:37: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/server/infd-storage.h:23, from ../libinfinity/server/infd-directory.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_session_save_timeout_func': server/infd-directory.c:400:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 400 | priv = INFD_DIRECTORY_PRIVATE(timeout_data->directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_start_session_save_timeout': server/infd-directory.c:458:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 458 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_session_idle_notify_cb': server/infd-directory.c:501:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 501 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_session_reject_user_join_cb': server/infd-directory.c:556:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 556 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_release_session': server/infd-directory.c:602:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 602 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_announce_acl_account': server/infd-directory.c:671:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 671 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_acl_sheets_to_xml_for_connection': server/infd-directory.c:725:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 725 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_announce_acl_sheets_for_connection': server/infd-directory.c:778:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 778 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_announce_acl_sheets': server/infd-directory.c:821:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 821 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_account_for_certificate': server/infd-directory.c:883:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 883 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_login_by_certificate': server/infd-directory.c:916:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 916 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_write_acl_at_path': server/infd-directory.c:985:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 985 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_write_acl': server/infd-directory.c:1021:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1021 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_verify_acl': server/infd-directory.c:1070:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1070 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_verify_acl_for_node': server/infd-directory.c:1269:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1269 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_verify_all_acls': server/infd-directory.c:1343:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1343 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_read_acl': server/infd-directory.c:1431:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1431 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_report_support': server/infd-directory.c:1503:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1503 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_update_root_acl': server/infd-directory.c:1592:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1592 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_read_root_acl': server/infd-directory.c:1668:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1668 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_subscription_group': server/infd-directory.c:1801:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1801 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_session_proxy_with_group': server/infd-directory.c:1822:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1822 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_session_proxy': server/infd-directory.c:1861:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1861 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_session_proxy_ensure': server/infd-directory.c:1910:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1910 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_link_session': server/infd-directory.c:1970:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1970 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_unlink_session': server/infd-directory.c:1996:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1996 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_unlink_child_sessions': server/infd-directory.c:2026:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2026 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_new_common': server/infd-directory.c:2171:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2171 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_free': server/infd-directory.c:2314:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2314 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_enforce_single_acl': server/infd-directory.c:2521:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2521 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_enforce_acl': server/infd-directory.c:2674:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2674 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_lookup_transient_account': server/infd-directory.c:2716:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2716 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_lookup_account': server/infd-directory.c:2737:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2737 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_lookup_account_by_name': server/infd-directory.c:2798:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2798 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_change_acl_account': server/infd-directory.c:2844:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2844 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_certificate_from_crq': server/infd-directory.c:2893:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2893 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_acl_account_with_certificates': server/infd-directory.c:3050:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3050 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_cleanup_acl_account': server/infd-directory.c:3172:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3172 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_remove_acl_account': server/infd-directory.c:3297:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3297 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_make_seq': server/infd-directory.c:3492:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3492 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_register': server/infd-directory.c:3530:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3530 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_unregister': server/infd-directory.c:3592:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3592 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_sync_in_synchronization_complete_cb': server/infd-directory.c:3679:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3679 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_add_sync_in': server/infd-directory.c:3769:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3769 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_remove_sync_in': server/infd-directory.c:3820:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3820 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_find_sync_in_by_name': server/infd-directory.c:3860:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3860 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_add_subreq_common': server/infd-directory.c:3887:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3887 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_unlink_subreq': server/infd-directory.c:4138:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4138 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_find_subreq_by_node_id': server/infd-directory.c:4161:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4161 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_find_subreq_by_name': server/infd-directory.c:4182:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4182 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_explore': server/infd-directory.c:4336:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4336 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_add_subdirectory': server/infd-directory.c:4536:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4536 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_add_note': server/infd-directory.c:4629:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4629 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_add_sync_in': server/infd-directory.c:4825:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4825 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_remove': server/infd-directory.c:4968:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 4968 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_make_session': server/infd-directory.c:5058:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5058 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_check_auth': server/infd-directory.c:5202:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5202 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_create_acl_account_with_certificate': server/infd-directory.c:5247:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5247 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_send_welcome_message': server/infd-directory.c:5330:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5330 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_subreq_from_xml': server/infd-directory.c:5417:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5417 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_node_from_xml': server/infd-directory.c:5478:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5478 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_explore_node': server/infd-directory.c:5586:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5586 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_add_node': server/infd-directory.c:5733:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 5733 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_subscribe_session': server/infd-directory.c:6010:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6010 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_save_session': server/infd-directory.c:6182:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6182 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_subscribe_chat': server/infd-directory.c:6300:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6300 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_create_acl_account': server/infd-directory.c:6398:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6398 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_remove_acl_account': server/infd-directory.c:6562:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6562 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_query_acl_account_list': server/infd-directory.c:6615:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6615 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_lookup_acl_accounts': server/infd-directory.c:6758:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6758 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_query_acl': server/infd-directory.c:6934:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 6934 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_set_acl': server/infd-directory.c:7021:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7021 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_subscribe_ack': server/infd-directory.c:7209:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7209 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_handle_subscribe_nack': server/infd-directory.c:7645:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7645 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_connection_notify_status_cb': server/infd-directory.c:7786:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7786 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_member_removed_cb': server/infd-directory.c:7823:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7823 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_storage': server/infd-directory.c:7931:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 7931 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_relogin_clients': server/infd-directory.c:8028:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8028 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_make_account_storage_change_announcements': server/infd-directory.c:8214:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8214 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_account_storage': server/infd-directory.c:8434:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8434 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_communication_manager': server/infd-directory.c:8509:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8509 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_init': server/infd-directory.c:8525:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8525 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_constructed': server/infd-directory.c:8583:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8583 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_dispose': server/infd-directory.c:8643:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8643 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_finalize': server/infd-directory.c:8730:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8730 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_property': server/infd-directory.c:8752:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8752 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_property': server/infd-directory.c:8806:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8806 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_communication_object_received': server/infd-directory.c:8856:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 8856 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_unsubscribe_session': server/infd-directory.c:9113:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9113 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_root': server/infd-directory.c:9157:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9157 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_next': server/infd-directory.c:9173:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9173 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9175:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9175 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_prev': server/infd-directory.c:9196:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9196 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9198:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9198 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_parent': server/infd-directory.c:9219:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9219 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9221:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9221 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_child': server/infd-directory.c:9242:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9242 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9244:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9244 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_explore': server/infd-directory.c:9270:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9270 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9272:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9272 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_explored': server/infd-directory.c:9318:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9318 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9320:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9320 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_is_subdirectory': server/infd-directory.c:9336:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9336 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9338:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9338 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_add_note': server/infd-directory.c:9364:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9364 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9366:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9366 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_add_subdirectory': server/infd-directory.c:9427:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9427 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9429:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9429 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_remove_node': server/infd-directory.c:9482:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9482 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9484:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9484 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_node_name': server/infd-directory.c:9523:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9523 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9525:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9525 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_node_type': server/infd-directory.c:9540:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9540 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9542:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9542 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_subscribe': server/infd-directory.c:9578:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9578 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9580:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9580 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_session': server/infd-directory.c:9724:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9724 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9726:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9726 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_list_pending_requests': server/infd-directory.c:9756:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9756 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:9761:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9761 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_iter_from_request': server/infd-directory.c:9825:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9825 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_acl_default_account': server/infd-directory.c:9847:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9847 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_query_acl_account_list': server/infd-directory.c:9878:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9878 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_lookup_acl_accounts': server/infd-directory.c:9975:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 9975 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_lookup_acl_account_by_name': server/infd-directory.c:10102:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10102 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_remove_acl_account': server/infd-directory.c:10305:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10305 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_get_acl': server/infd-directory.c:10385:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10385 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:10387:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10387 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_browser_set_acl': server/infd-directory.c:10408:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10408 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:10410:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10410 | infd_directory_return_val_if_iter_fail(directory, iter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_io': server/infd-directory.c:10755:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10755 | return INFD_DIRECTORY_PRIVATE(directory)->io; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_storage': server/infd-directory.c:10770:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10770 | return INFD_DIRECTORY_PRIVATE(directory)->storage; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_communication_manager': server/infd-directory.c:10785:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10785 | return INFD_DIRECTORY_PRIVATE(directory)->communication_manager; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_certificate': server/infd-directory.c:10822:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10822 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_add_plugin': server/infd-directory.c:10868:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10868 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_remove_plugin': server/infd-directory.c:10942:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 10942 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_lookup_plugin': server/infd-directory.c:11044:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11044 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_add_connection': server/infd-directory.c:11076:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11076 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_acl_account_for_connection': server/infd-directory.c:11181:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11181 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_set_acl_account_for_connection': server/infd-directory.c:11224:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11224 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_foreach_connection': server/infd-directory.c:11283:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11283 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_iter_save_session': server/infd-directory.c:11320:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11320 | infd_directory_return_val_if_iter_fail(directory, iter, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:11322:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11322 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_enable_chat': server/infd-directory.c:11388:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11388 | priv = INFD_DIRECTORY_PRIVATE(directory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_get_chat_session': server/infd-directory.c:11481:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 11481 | return INFD_DIRECTORY_PRIVATE(directory)->chat_session; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: server/infd-directory.c: In function 'infd_directory_node_get_path': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:340:3: note: in expansion of macro 'g_string_free' 340 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ server/infd-directory.c: In function 'infd_directory_node_make_path': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-directory.c:367:3: note: in expansion of macro 'g_string_free' 367 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-filesystem-account-storage.lo server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_account_info_update_time': server/infd-filesystem-account-storage.c:404:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 404 | GTimeVal timeval; | ^~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/server/infd-filesystem-storage.h:23, from ../libinfinity/server/infd-filesystem-account-storage.h:23, from server/infd-filesystem-account-storage.c:38: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ server/infd-filesystem-account-storage.c:407:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 407 | g_get_current_time(&timeval); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_set_filesystem_impl': server/infd-filesystem-account-storage.c:686:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 686 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_add_info': server/infd-filesystem-account-storage.c:781:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 781 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_remove_info': server/infd-filesystem-account-storage.c:809:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 809 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_init': server/infd-filesystem-account-storage.c:821:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 821 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_dispose': server/infd-filesystem-account-storage.c:850:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 850 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_finalize': server/infd-filesystem-account-storage.c:868:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 868 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_set_property': server/infd-filesystem-account-storage.c:888:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 888 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_get_property': server/infd-filesystem-account-storage.c:928:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 928 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_lookup_accounts': server/infd-filesystem-account-storage.c:972:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 972 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_lookup_accounts_by_name': server/infd-filesystem-account-storage.c:1010:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1010 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_list_accounts': server/infd-filesystem-account-storage.c:1040:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1040 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_add_account': server/infd-filesystem-account-storage.c:1084:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1084 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_remove_account': server/infd-filesystem-account-storage.c:1251:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1251 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_login_by_certificate': server/infd-filesystem-account-storage.c:1302:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1302 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_login_by_password': server/infd-filesystem-account-storage.c:1374:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1374 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-account-storage.c: In function 'infd_filesystem_account_storage_set_certificate': server/infd-filesystem-account-storage.c:1433:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1433 | priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-filesystem-storage.lo server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_set_root_directory': server/infd-filesystem-storage.c:112:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 112 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_read_xml_file_impl': server/infd-filesystem-storage.c:263:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 263 | xmlerror = xmlGetLastError(); | ^ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_write_xml_file_impl': server/infd-filesystem-storage.c:309:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 309 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c:317:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 317 | xmlerror = xmlGetLastError(); | ^ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_init': server/infd-filesystem-storage.c:366:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 366 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_finalize': server/infd-filesystem-storage.c:378:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 378 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_set_property': server/infd-filesystem-storage.c:395:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 395 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_get_property': server/infd-filesystem-storage.c:422:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 422 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_storage_read_subdirectory': server/infd-filesystem-storage.c:491:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 491 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_storage_create_subdirectory': server/infd-filesystem-storage.c:535:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 535 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_storage_remove_node': server/infd-filesystem-storage.c:568:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 568 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_storage_read_acl': server/infd-filesystem-storage.c:633:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 633 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_storage_write_acl': server/infd-filesystem-storage.c:728:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 728 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-filesystem-storage.c: In function 'infd_filesystem_storage_get_path': server/infd-filesystem-storage.c:899:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 899 | priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-progress-request.lo server/infd-progress-request.c: In function 'infd_progress_request_init': server/infd-progress-request.c:59:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 59 | priv = INFD_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-progress-request.c: In function 'infd_progress_request_finalize': server/infd-progress-request.c:74:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 74 | priv = INFD_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-progress-request.c: In function 'infd_progress_request_set_property': server/infd-progress-request.c:89:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 89 | priv = INFD_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-progress-request.c: In function 'infd_progress_request_get_property': server/infd-progress-request.c:114:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 114 | priv = INFD_PROGRESS_REQUEST_PRIVATE(progress_request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-progress-request.c: In function 'infd_progress_request_initiated': server/infd-progress-request.c:195:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 195 | priv = INFD_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-progress-request.c: In function 'infd_progress_request_progress': server/infd-progress-request.c:221:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 221 | priv = INFD_PROGRESS_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-request.lo server/infd-request.c: In function 'infd_request_init': server/infd-request.c:65:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 65 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_dispose': server/infd-request.c:80:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 80 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_finalize': server/infd-request.c:98:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 98 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_set_property': server/infd-request.c:115:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 115 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_get_property': server/infd-request.c:149:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 149 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_request_finished': server/infd-request.c:180:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 180 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-request.c: In function 'infd_request_request_is_local': server/infd-request.c:191:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 191 | priv = INFD_REQUEST_PRIVATE(request); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-server-pool.lo In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../libinfinity/server/infd-server-pool.h:23, from server/infd-server-pool.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/server/infd-storage.h:23, from ../libinfinity/server/infd-directory.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_notify_status_cb': server/infd-server-pool.c:171:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 171 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_new_connection_cb': server/infd-server-pool.c:193:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 193 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_init': server/infd-server-pool.c:246:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 246 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_dispose': server/infd-server-pool.c:277:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 277 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_finalize': server/infd-server-pool.c:303:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 303 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_set_property': server/infd-server-pool.c:322:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 322 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_get_property': server/infd-server-pool.c:346:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 346 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_add_server': server/infd-server-pool.c:425:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 425 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_add_local_publisher': server/infd-server-pool.c:475:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 475 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_remove_server': server/infd-server-pool.c:519:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 519 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-server-pool.c: In function 'infd_server_pool_foreach_server': server/infd-server-pool.c:545:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 545 | priv = INFD_SERVER_POOL_PRIVATE(server_pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-session-proxy.lo In file included from ../libinfinity/server/infd-session-proxy.h:23, from server/infd-session-proxy.c:42: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-session.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from server/infd-session-proxy.c:44: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_find_subscription_item': server/infd-session-proxy.c:142:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 142 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_check_idle': server/infd-session-proxy.c:166:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 166 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_user_notify_status_cb': server/infd-session-proxy.c:190:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 190 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_make_seq': server/infd-session-proxy.c:239:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 239 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_perform_user_join': server/infd-session-proxy.c:275:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const GParameter* name_param; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:276:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 276 | GParameter* param; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:281:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 281 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c:288:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 288 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:394:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 394 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:429:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 429 | (const GParameter*)user_props->data, | ^ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:443:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 443 | param = &g_array_index(user_props, GParameter, i); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_member_removed_cb': server/infd-session-proxy.c:509:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 509 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_add_user_cb': server/infd-session-proxy.c:557:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 557 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_synchronization_begin_cb': server/infd-session-proxy.c:612:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 612 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_synchronization_complete_cb': server/infd-session-proxy.c:630:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 630 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_synchronization_failed_cb_before': server/infd-session-proxy.c:654:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 654 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_synchronization_failed_cb_after': server/infd-session-proxy.c:685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 685 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_session_close_cb': server/infd-session-proxy.c:705:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 705 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_init': server/infd-session-proxy.c:753:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 753 | priv = INFD_SESSION_PROXY_PRIVATE(session_proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_constructed': server/infd-session-proxy.c:770:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 770 | priv = INFD_SESSION_PROXY_PRIVATE(session_proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_dispose': server/infd-session-proxy.c:800:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 800 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_session_init_user_func': server/infd-session-proxy.c:873:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 873 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_set_property': server/infd-session-proxy.c:889:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 889 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_get_property': server/infd-session-proxy.c:987:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 987 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_add_subscription': server/infd-session-proxy.c:1021:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1021 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_remove_subscription': server/infd-session-proxy.c:1041:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1041 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_handle_user_join': server/infd-session-proxy.c:1097:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1097 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c:1118:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1118 | g_value_unset(&g_array_index(array, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_handle_session_unsubscribe': server/infd-session-proxy.c:1136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1136 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_communication_object_sent': server/infd-session-proxy.c:1161:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1161 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_communication_object_enqueued': server/infd-session-proxy.c:1183:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1183 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_communication_object_received': server/infd-session-proxy.c:1209:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1209 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: At top level: server/infd-session-proxy.c:1289:44: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1289 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_session_proxy_join_user': server/infd-session-proxy.c:1297:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1297 | GParameter param; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:1323:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1323 | sizeof(GParameter), | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c:1341:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1341 | g_value_unset(&g_array_index(array, GParameter, i).value); | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_subscribe_to': server/infd-session-proxy.c:1568:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1568 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_unsubscribe': server/infd-session-proxy.c:1632:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1632 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_has_subscriptions': server/infd-session-proxy.c:1694:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1694 | priv = INFD_SESSION_PROXY_PRIVATE(proxy); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-session-proxy.c: In function 'infd_session_proxy_is_idle': server/infd-session-proxy.c:1738:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1738 | return INFD_SESSION_PROXY_PRIVATE(proxy)->idle; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-storage.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/server/infd-storage.h:23, from server/infd-storage.c:20: server/infd-storage.c: In function 'infd_storage_node_type_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ server/infd-storage.c:39:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 39 | INF_DEFINE_ENUM_TYPE(InfdStorageNodeType, infd_storage_node_type, infd_storage_node_type_values) | ^~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-tcp-server.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/server/infd-tcp-server.h:23, from server/infd-tcp-server.c:20: server/infd-tcp-server.c: In function 'infd_tcp_server_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ server/infd-tcp-server.c:96:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 96 | INF_DEFINE_ENUM_TYPE(InfdTcpServerStatus, infd_tcp_server_status, infd_tcp_server_status_values) | ^~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_io': server/infd-tcp-server.c:180:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 180 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_init': server/infd-tcp-server.c:284:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 284 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_dispose': server/infd-tcp-server.c:304:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 304 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_finalize': server/infd-tcp-server.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_set_property': server/infd-tcp-server.c:343:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 343 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_get_property': server/infd-tcp-server.c:382:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 382 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_error': server/infd-tcp-server.c:412:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 412 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_bind': server/infd-tcp-server.c:571:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 571 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_open': server/infd-tcp-server.c:721:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 721 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_close': server/infd-tcp-server.c:811:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 811 | priv = INFD_TCP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_set_keepalive': server/infd-tcp-server.c:842:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 842 | INFD_TCP_SERVER_PRIVATE(server)->keepalive = *keepalive; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-tcp-server.c: In function 'infd_tcp_server_get_keepalive': server/infd-tcp-server.c:858:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 858 | return &INFD_TCP_SERVER_PRIVATE(server)->keepalive; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-xml-server.lo In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/server/infd-xml-server.h:23, from server/infd-xml-server.c:20: server/infd-xml-server.c: In function 'infd_xml_server_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ server/infd-xml-server.c:47:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 47 | INF_DEFINE_ENUM_TYPE(InfdXmlServerStatus, infd_xml_server_status, infd_xml_server_status_values) | ^~~~~~~~~~~~~~~~~~~~ CC server/libinfinity_0_7_la-infd-xmpp-server.lo server/infd-xmpp-server.c: In function 'infd_xmpp_server_new_connection_cb': server/infd-xmpp-server.c:95:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 95 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp_server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_notify_status_cb': server/infd-xmpp-server.c:150:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 150 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_sasl_cb': server/infd-xmpp-server.c:188:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 188 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_setup_own_sasl_context': server/infd-xmpp-server.c:220:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 220 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_set_tcp': server/infd-xmpp-server.c:254:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 254 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_init': server/infd-xmpp-server.c:350:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 350 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_dispose': server/infd-xmpp-server.c:370:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 370 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_finalize': server/infd-xmpp-server.c:405:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 405 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_set_property': server/infd-xmpp-server.c:423:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 423 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_get_property': server/infd-xmpp-server.c:481:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 481 | priv = INFD_XMPP_SERVER_PRIVATE(xmpp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_xml_server_close': server/infd-xmpp-server.c:528:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 528 | priv = INFD_XMPP_SERVER_PRIVATE(xml); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_set_security_policy': server/infd-xmpp-server.c:726:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 726 | priv = INFD_XMPP_SERVER_PRIVATE(server); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server/infd-xmpp-server.c: In function 'infd_xmpp_server_get_security_policy': server/infd-xmpp-server.c:757:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 757 | return INFD_XMPP_SERVER_PRIVATE(server)->security_policy; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfinity_0_7_la-inf-dll.lo CC libinfinity_0_7_la-inf-i18n.lo CC libinfinity_0_7_la-inf-signals.lo CCLD libinfinity-0.7.la Making all in libinftext CC libinftext_0_7_la-inf-text-buffer.lo CC libinftext_0_7_la-inf-text-chunk.lo inf-text-chunk.c: In function 'inf_text_chunk_copy': inf-text-chunk.c:420:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 420 | new_segment->text = g_memdup(segment->text, segment->length); | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from inf-text-chunk.c:48: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c: In function 'inf_text_chunk_substring': inf-text-chunk.c:529:7: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 529 | new_segment->text = g_memdup( | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c:554:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 554 | new_segment->text = g_memdup( | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c: In function 'inf_text_chunk_insert_text': inf-text-chunk.c:635:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 635 | new_segment->text = g_memdup( | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c:658:7: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 658 | new_segment->text = g_memdup(text, bytes); | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c:673:13: warning: Deprecated pre-processor symbol: replace with "memmove" 673 | ); | ^ inf-text-chunk.c:695:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 695 | new_segment->text = g_memdup(text, bytes); | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c: In function 'inf_text_chunk_insert_chunk': inf-text-chunk.c:827:13: warning: Deprecated pre-processor symbol: replace with "memmove" 827 | ); | ^ inf-text-chunk.c:943:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 943 | new_segment->text = g_memdup(segment->text, segment->length); | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c:970:7: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 970 | new_segment->text = g_memdup(segment->text, segment->length); | ^~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ inf-text-chunk.c: In function 'inf_text_chunk_erase': inf-text-chunk.c:1037:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1037 | ); | ^ inf-text-chunk.c:1081:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1081 | ); | ^ inf-text-chunk.c:1115:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1115 | ); | ^ CC libinftext_0_7_la-inf-text-default-buffer.lo inf-text-default-buffer.c: In function 'inf_text_default_buffer_init': inf-text-default-buffer.c:58:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 58 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_finalize': inf-text-default-buffer.c:72:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 72 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_set_property': inf-text-default-buffer.c:90:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 90 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_get_property': inf-text-default-buffer.c:121:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 121 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_get_modified': inf-text-default-buffer.c:140:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 140 | return INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer)->modified; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_set_modified': inf-text-default-buffer.c:151:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 151 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_get_encoding': inf-text-default-buffer.c:163:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 163 | return INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer)->encoding; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_get_length': inf-text-default-buffer.c:170:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 170 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_get_slice': inf-text-default-buffer.c:180:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 180 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_insert_text': inf-text-default-buffer.c:191:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 191 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_erase_text': inf-text-default-buffer.c:213:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 213 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_create_begin_iter': inf-text-default-buffer.c:235:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 235 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_create_end_iter': inf-text-default-buffer.c:255:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 255 | priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-buffer.c: In function 'inf_text_default_buffer_buffer_iter_get_text': inf-text-default-buffer.c:293:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 293 | return g_memdup( | ^~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-default-buffer.h:23, from inf-text-default-buffer.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ CC libinftext_0_7_la-inf-text-default-delete-operation.lo inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_init': inf-text-default-delete-operation.c:103:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 103 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_finalize': inf-text-default-delete-operation.c:116:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 116 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_set_property': inf-text-default-delete-operation.c:133:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 133 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_get_property': inf-text-default-delete-operation.c:160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 160 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_copy': inf-text-default-delete-operation.c:223:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 223 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_apply': inf-text-default-delete-operation.c:253:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 253 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_revert': inf-text-default-delete-operation.c:293:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 293 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_get_position': inf-text-default-delete-operation.c:307:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 307 | return INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->position; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_get_length': inf-text-default-delete-operation.c:315:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 315 | INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->chunk | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_transform_position': inf-text-default-delete-operation.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_transform_overlap': inf-text-default-delete-operation.c:350:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 350 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_transform_split': inf-text-default-delete-operation.c:378:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 378 | priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-delete-operation.c: In function 'inf_text_default_delete_operation_get_chunk': inf-text-default-delete-operation.c:522:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 522 | return INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->chunk; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftext_0_7_la-inf-text-default-insert-operation.lo inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_init': inf-text-default-insert-operation.c:57:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 57 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_finalize': inf-text-default-insert-operation.c:70:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 70 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_set_property': inf-text-default-insert-operation.c:87:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 87 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_get_property': inf-text-default-insert-operation.c:114:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 114 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_copy': inf-text-default-insert-operation.c:185:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 185 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_apply': inf-text-default-insert-operation.c:215:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 215 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_revert': inf-text-default-insert-operation.c:245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 245 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_get_position': inf-text-default-insert-operation.c:255:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 255 | return INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(op)->position; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_get_length': inf-text-default-insert-operation.c:263:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 263 | INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation)->chunk | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_transform_position': inf-text-default-insert-operation.c:275:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 275 | priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-default-insert-operation.c: In function 'inf_text_default_insert_operation_get_chunk': inf-text-default-insert-operation.c:391:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 391 | return INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation)->chunk; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftext_0_7_la-inf-text-delete-operation.lo CC libinftext_0_7_la-inf-text-filesystem-format.lo In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from ../libinftext/inf-text-filesystem-format.h:23, from inf-text-filesystem-format.c:35: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from ../libinftext/inf-text-session.h:24: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-filesystem-format.c: In function 'inf_text_filesystem_format_read': inf-text-filesystem-format.c:362:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 362 | xmlerror = xmlGetLastError(); | ^ inf-text-filesystem-format.c: In function 'inf_text_filesystem_format_write': inf-text-filesystem-format.c:582:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 582 | xmlerror = xmlGetLastError(); | ^ CC libinftext_0_7_la-inf-text-fixline-buffer.lo inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_chunk_to_keep': inf-text-fixline-buffer.c:251:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 251 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_keep_to_chunk': inf-text-fixline-buffer.c:288:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 288 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_keep_to_base': inf-text-fixline-buffer.c:335:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 335 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:357:13: warning: Deprecated pre-processor symbol: replace with "memmove" 357 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_base_to_keep': inf-text-fixline-buffer.c:429:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 429 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:483:13: warning: Deprecated pre-processor symbol: replace with "memmove" 483 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_fix_lines': inf-text-fixline-buffer.c:542:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 542 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_dispatch_func': inf-text-fixline-buffer.c:566:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 566 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_text_inserted_cb': inf-text-fixline-buffer.c:591:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 591 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(user_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:633:13: warning: Deprecated pre-processor symbol: replace with "memmove" 633 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_text_erased_cb': inf-text-fixline-buffer.c:737:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 737 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(user_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:784:13: warning: Deprecated pre-processor symbol: replace with "memmove" 784 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_init': inf-text-fixline-buffer.c:885:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 885 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_constructed': inf-text-fixline-buffer.c:902:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 902 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_dispose': inf-text-fixline-buffer.c:915:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 915 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_finalize': inf-text-fixline-buffer.c:957:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 957 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_set_property': inf-text-fixline-buffer.c:975:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 975 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_get_property': inf-text-fixline-buffer.c:1033:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1033 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_get_modified': inf-text-fixline-buffer.c:1066:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1066 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_set_modified': inf-text-fixline-buffer.c:1079:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1079 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_get_encoding': inf-text-fixline-buffer.c:1091:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1091 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_get_length': inf-text-fixline-buffer.c:1104:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1104 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_get_slice': inf-text-fixline-buffer.c:1125:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1125 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_insert_text': inf-text-fixline-buffer.c:1176:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1176 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:1202:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1202 | ); | ^ inf-text-fixline-buffer.c:1234:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1234 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_erase_text': inf-text-fixline-buffer.c:1277:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1277 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c:1303:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1303 | ); | ^ inf-text-fixline-buffer.c:1324:13: warning: Deprecated pre-processor symbol: replace with "memmove" 1324 | ); | ^ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_create_begin_iter': inf-text-fixline-buffer.c:1365:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1365 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_create_end_iter': inf-text-fixline-buffer.c:1408:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1408 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_destroy_iter': inf-text-fixline-buffer.c:1453:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1453 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_next': inf-text-fixline-buffer.c:1472:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1472 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_prev': inf-text-fixline-buffer.c:1530:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1530 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_get_text': inf-text-fixline-buffer.c:1572:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1572 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_get_offset': inf-text-fixline-buffer.c:1600:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1600 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_get_length': inf-text-fixline-buffer.c:1623:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1623 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_get_bytes': inf-text-fixline-buffer.c:1663:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1663 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-fixline-buffer.c: In function 'inf_text_fixline_buffer_buffer_iter_get_author': inf-text-fixline-buffer.c:1707:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1707 | priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftext_0_7_la-inf-text-insert-operation.lo CC libinftext_0_7_la-inf-text-move-operation.lo inf-text-move-operation.c: In function 'inf_text_move_operation_init': inf-text-move-operation.c:53:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 53 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_set_property': inf-text-move-operation.c:69:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 69 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_get_property': inf-text-move-operation.c:95:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 95 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_transform': inf-text-move-operation.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_copy': inf-text-move-operation.c:187:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 187 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_apply': inf-text-move-operation.c:218:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 218 | priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_get_position': inf-text-move-operation.c:337:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 337 | return INF_TEXT_MOVE_OPERATION_PRIVATE(operation)->position; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-move-operation.c: In function 'inf_text_move_operation_get_length': inf-text-move-operation.c:353:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 353 | return INF_TEXT_MOVE_OPERATION_PRIVATE(operation)->length; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftext_0_7_la-inf-text-remote-delete-operation.lo inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_init': inf-text-remote-delete-operation.c:208:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 208 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_finalize': inf-text-remote-delete-operation.c:224:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 224 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_set_property': inf-text-remote-delete-operation.c:241:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 241 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_get_property': inf-text-remote-delete-operation.c:267:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 267 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_copy': inf-text-remote-delete-operation.c:333:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 333 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:342:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 342 | result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_apply': inf-text-remote-delete-operation.c:371:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 371 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_apply_transformed': inf-text-remote-delete-operation.c:441:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 441 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(item->data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:495:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 495 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_get_position': inf-text-remote-delete-operation.c:506:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 506 | return INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation)->position; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_get_length': inf-text-remote-delete-operation.c:512:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 512 | return INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation)->length; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_transform_position': inf-text-remote-delete-operation.c:524:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 524 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:531:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 531 | result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_transform_overlap': inf-text-remote-delete-operation.c:559:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 559 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:576:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 576 | result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c: In function 'inf_text_remote_delete_operation_transform_split': inf-text-remote-delete-operation.c:609:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 609 | priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:652:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 652 | result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(first_operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-remote-delete-operation.c:656:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 656 | result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(second_operation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftext_0_7_la-inf-text-session.lo In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-text-session.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from ../libinftext/inf-text-session.h:24: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c:46:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 46 | GTimeVal last_caret_update; | ^~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ inf-text-session.c:92:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 92 | inf_text_session_timeval_diff(GTimeVal* first, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ inf-text-session.c:93:31: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 93 | GTimeVal* second) | ^~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ inf-text-session.c: In function 'inf_text_session_find_local_user': inf-text-session.c:186:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 186 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_broadcast_caret_selection': inf-text-session.c:259:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 259 | g_get_current_time(&local->last_caret_update); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_selection_changed_cb': inf-text-session.c:294:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 294 | GTimeVal current; | ^~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ inf-text-session.c:298:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 298 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c:312:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 312 | g_get_current_time(¤t); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_add_local_user': inf-text-session.c:344:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 344 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c:349:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 349 | g_get_current_time(&local->last_caret_update); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_remove_local_user': inf-text-session.c:368:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 368 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_block_local_users_selection_changed': inf-text-session.c:425:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 425 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_unblock_local_users_selection_changed': inf-text-session.c:446:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 446 | priv = INF_TEXT_SESSION_PRIVATE(sess); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_buffer_text_inserted_cb': inf-text-session.c:546:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 546 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_buffer_text_erased_cb': inf-text-session.c:624:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 624 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_init': inf-text-session.c:741:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 741 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_constructed': inf-text-session.c:757:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 757 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_dispose': inf-text-session.c:804:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 804 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_finalize': inf-text-session.c:852:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 852 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_set_property': inf-text-session.c:867:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 867 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_get_property': inf-text-session.c:890:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 890 | priv = INF_TEXT_SESSION_PRIVATE(session); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_get_xml_user_props': inf-text-session.c:1149:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1149 | GParameter* parameter; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: At top level: inf-text-session.c:1186:37: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1186 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_set_xml_user_props': inf-text-session.c:1191:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1191 | const GParameter* param; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: At top level: inf-text-session.c:1244:38: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1244 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_validate_user_props': inf-text-session.c:1250:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1250 | const GParameter* caret; | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: At top level: inf-text-session.c:1289:27: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 1289 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_user_new': inf-text-session.c:1293:3: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] 1293 | object = g_object_newv(INF_TEXT_TYPE_USER, n_params, params); | ^~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:444:13: note: declared here 444 | gpointer g_object_newv (GType object_type, | ^~~~~~~~~~~~~ inf-text-session.c: In function 'inf_text_session_join_user': inf-text-session.c:2041:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 2041 | GParameter params[N_PARAMS] = { | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC libinftext_0_7_la-inf-text-undo-grouping.lo CC libinftext_0_7_la-inf-text-user.lo inf-text-user.c: In function 'inf_text_user_init': inf-text-user.c:54:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 54 | priv = INF_TEXT_USER_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_set_property': inf-text-user.c:71:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 71 | priv = INF_TEXT_USER_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_get_property': inf-text-user.c:100:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 100 | priv = INF_TEXT_USER_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_selection_changed': inf-text-user.c:126:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 126 | priv = INF_TEXT_USER_PRIVATE(user); | ^~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_get_caret_position': inf-text-user.c:250:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 250 | return INF_TEXT_USER_PRIVATE(user)->caret; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_get_selection_length': inf-text-user.c:267:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 267 | return INF_TEXT_USER_PRIVATE(user)->selection; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-user.c: In function 'inf_text_user_get_hue': inf-text-user.c:318:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 318 | return INF_TEXT_USER_PRIVATE(user)->hue; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libinftext-0.7.la Making all in libinfgtk /opt/pkg/bin/bmake all-am CC libinfgtk_0_7_la-inf-gtk-account-creation-dialog.lo In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfgtk/inf-gtk-account-creation-dialog.h:23, from inf-gtk-account-creation-dialog.c:33: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_set_activatable': inf-gtk-account-creation-dialog.c:165:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 165 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_update': inf-gtk-account-creation-dialog.c:192:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 192 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_create_account_finished_cb': inf-gtk-account-creation-dialog.c:312:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 312 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_keygen_done': inf-gtk-account-creation-dialog.c:383:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 383 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_generate_clicked_cb': inf-gtk-account-creation-dialog.c:441:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 441 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_init': inf-gtk-account-creation-dialog.c:504:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 504 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_dispose': inf-gtk-account-creation-dialog.c:537:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 537 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_finalize': inf-gtk-account-creation-dialog.c:557:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 557 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_set_property': inf-gtk-account-creation-dialog.c:572:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 572 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_get_property': inf-gtk-account-creation-dialog.c:603:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 603 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-account-creation-dialog.c: In function 'inf_gtk_account_creation_dialog_set_browser': inf-gtk-account-creation-dialog.c:787:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 787 | priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dlg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-acl-sheet-view.lo inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_default_toggled_cb': inf-gtk-acl-sheet-view.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_yes_toggled_cb': inf-gtk-acl-sheet-view.c:115:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 115 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_no_toggled_cb': inf-gtk-acl-sheet-view.c:149:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 149 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_default_cell_data_func': inf-gtk-acl-sheet-view.c:182:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 182 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_yes_cell_data_func': inf-gtk-acl-sheet-view.c:204:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 204 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_no_cell_data_func': inf-gtk-acl-sheet-view.c:231:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 231 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_update_editable': inf-gtk-acl-sheet-view.c:257:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 257 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_init': inf-gtk-acl-sheet-view.c:288:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 288 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_dispose': inf-gtk-acl-sheet-view.c:341:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 341 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_finalize': inf-gtk-acl-sheet-view.c:356:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 356 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_set_property': inf-gtk-acl-sheet-view.c:371:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 371 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_get_property': inf-gtk-acl-sheet-view.c:411:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 411 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_set_sheet': inf-gtk-acl-sheet-view.c:604:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 604 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_get_sheet': inf-gtk-acl-sheet-view.c:653:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 653 | return INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->sheet; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_set_editable': inf-gtk-acl-sheet-view.c:671:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 671 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_get_editable': inf-gtk-acl-sheet-view.c:693:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 693 | return INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->editable; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_set_show_default': inf-gtk-acl-sheet-view.c:716:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 716 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_get_show_default': inf-gtk-acl-sheet-view.c:742:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 742 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_set_permission_mask': inf-gtk-acl-sheet-view.c:773:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 773 | priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-acl-sheet-view.c: In function 'inf_gtk_acl_sheet_view_get_permission_mask': inf-gtk-acl-sheet-view.c:843:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 843 | return &INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->permission_mask; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-browser-model.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from ../libinfgtk/inf-gtk-browser-model.h:23, from inf-gtk-browser-model.c:40: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: inf-gtk-browser-model.c: In function 'inf_gtk_browser_model_status_get_type': /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ ../libinfinity/inf-define-enum.h:30:6: note: in expansion of macro 'g_once_init_enter' 30 | if(g_once_init_enter(&inf_define_type_id__volatile)) \ | ^~~~~~~~~~~~~~~~~ inf-gtk-browser-model.c:72:1: note: in expansion of macro 'INF_DEFINE_ENUM_TYPE' 72 | INF_DEFINE_ENUM_TYPE(InfGtkBrowserModelStatus, inf_gtk_browser_model_status, inf_gtk_browser_model_status_values) | ^~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-browser-model-filter.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from ../libinfgtk/inf-gtk-browser-model.h:23, from ../libinfgtk/inf-gtk-browser-model-filter.h:23, from inf-gtk-browser-model-filter.c:22: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/inf-signals.h:23, from inf-gtk-browser-model-filter.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-browser-model-filter.c: In function 'inf_gtk_browser_model_filter_sync_child_model': inf-gtk-browser-model-filter.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-model-filter.c: In function 'inf_gtk_browser_model_filter_init': inf-gtk-browser-model-filter.c:136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 136 | priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model_filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-model-filter.c: In function 'inf_gtk_browser_model_filter_dispose': inf-gtk-browser-model-filter.c:170:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 170 | priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model_sort); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-browser-model-sort.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from ../libinfgtk/inf-gtk-browser-model.h:23, from ../libinfgtk/inf-gtk-browser-model-sort.h:23, from inf-gtk-browser-model-sort.c:22: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/inf-signals.h:23, from inf-gtk-browser-model-sort.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-browser-model-sort.c: In function 'inf_gtk_browser_model_sort_sync_child_model': inf-gtk-browser-model-sort.c:69:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 69 | priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-model-sort.c: In function 'inf_gtk_browser_model_sort_init': inf-gtk-browser-model-sort.c:122:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 122 | priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model_sort); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-model-sort.c: In function 'inf_gtk_browser_model_sort_dispose': inf-gtk-browser-model-sort.c:156:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 156 | priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model_sort); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-browser-store.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from ../libinfgtk/inf-gtk-browser-store.h:23, from inf-gtk-browser-store.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_find_item_by_connection': inf-gtk-browser-store.c:114:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 114 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_find_item_by_browser': inf-gtk-browser-store.c:136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 136 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_find_item_by_discovery_info': inf-gtk-browser-store.c:153:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 153 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_request_finished_cb': inf-gtk-browser-store.c:285:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 285 | priv = INF_GTK_BROWSER_STORE_PRIVATE(data->store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_item_set_browser': inf-gtk-browser-store.c:352:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 352 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_add_item_by_browser': inf-gtk-browser-store.c:390:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 390 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_add_item_by_connection': inf-gtk-browser-store.c:459:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 459 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_remove_item': inf-gtk-browser-store.c:504:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 504 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_browser_error_cb': inf-gtk-browser-store.c:621:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 621 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_browser_notify_status_cb': inf-gtk-browser-store.c:657:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 657 | priv = INF_GTK_BROWSER_STORE_PRIVATE(user_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_node_added_cb': inf-gtk-browser-store.c:727:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 727 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_node_removed_cb': inf-gtk-browser-store.c:788:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 788 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_resolv_complete_func': inf-gtk-browser-store.c:932:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 932 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_init': inf-gtk-browser-store.c:1080:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1080 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_dispose': inf-gtk-browser-store.c:1098:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1098 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_set_property': inf-gtk-browser-store.c:1149:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1149 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_get_property': inf-gtk-browser-store.c:1179:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1179 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_get_iter': inf-gtk-browser-store.c:1250:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1250 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_get_path_impl': inf-gtk-browser-store.c:1322:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1322 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_get_path': inf-gtk-browser-store.c:1381:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1381 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_get_value': inf-gtk-browser-store.c:1427:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1427 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_next': inf-gtk-browser-store.c:1557:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1557 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_children': inf-gtk-browser-store.c:1600:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1600 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_has_child': inf-gtk-browser-store.c:1672:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1672 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_n_children': inf-gtk-browser-store.c:1726:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1726 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_nth_child': inf-gtk-browser-store.c:1782:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1782 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_tree_model_iter_parent': inf-gtk-browser-store.c:1861:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1861 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_browser_model_set_browser': inf-gtk-browser-store.c:1908:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1908 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_browser_model_resolve': inf-gtk-browser-store.c:2136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2136 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_browser_iter_to_tree_iter': inf-gtk-browser-store.c:2189:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2189 | priv = INF_GTK_BROWSER_STORE_PRIVATE(model); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_add_discovery': inf-gtk-browser-store.c:2333:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2333 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_add_connection': inf-gtk-browser-store.c:2400:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2400 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_add_browser': inf-gtk-browser-store.c:2455:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2455 | priv = INF_GTK_BROWSER_STORE_PRIVATE(store); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_clear_connection_error': inf-gtk-browser-store.c:2572:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2572 | iter.stamp = INF_GTK_BROWSER_STORE_PRIVATE(store)->stamp; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-store.c: In function 'inf_gtk_browser_store_set_connection_name': inf-gtk-browser-store.c:2610:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2610 | iter.stamp = INF_GTK_BROWSER_STORE_PRIVATE(store)->stamp; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-browser-view.lo In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from ../libinfgtk/inf-gtk-browser-model.h:23, from ../libinfgtk/inf-gtk-browser-view.h:23, from inf-gtk-browser-view.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_find_view_browser': inf-gtk-browser-view.c:124:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 124 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_redraw_row': inf-gtk-browser-view.c:187:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 187 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_redraw_for_reference': inf-gtk-browser-view.c:220:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 220 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_sync_added': inf-gtk-browser-view.c:374:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 374 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_sync_removed': inf-gtk-browser-view.c:437:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 437 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_explore_added': inf-gtk-browser-view.c:490:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 490 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_explore_removed': inf-gtk-browser-view.c:541:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 541 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_walk_requests': inf-gtk-browser-view.c:773:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 773 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_initial_root_explore': inf-gtk-browser-view.c:888:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 888 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_browser_added': inf-gtk-browser-view.c:1001:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1001 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_browser_removed': inf-gtk-browser-view.c:1093:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1093 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_row_inserted_cb': inf-gtk-browser-view.c:1178:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1178 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_row_changed_cb': inf-gtk-browser-view.c:1300:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1300 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_row_deleted_cb': inf-gtk-browser-view.c:1348:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1348 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_rows_reordered_cb': inf-gtk-browser-view.c:1405:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1405 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_set_model': inf-gtk-browser-view.c:1429:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1429 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_row_activated': inf-gtk-browser-view.c:1634:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1634 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_popup_menu_position_func': inf-gtk-browser-view.c:1792:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1792 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c:1800:3: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 1800 | monitor_num = gdk_screen_get_monitor_at_window(screen, bin_window); | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ../libinfgtk/inf-gtk-browser-model.h:26: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c:1804:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 1804 | gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_show_popup': inf-gtk-browser-view.c:1871:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1871 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ inf-gtk-browser-view.c:1875:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1875 | gtk_menu_popup( | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_init': inf-gtk-browser-view.c:2376:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2376 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_dispose': inf-gtk-browser-view.c:2452:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2452 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_finalize': inf-gtk-browser-view.c:2466:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2466 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-browser-view.c: In function 'inf_gtk_browser_view_destroy': inf-gtk-browser-view.c:2535:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2535 | priv = INF_GTK_BROWSER_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-certificate-dialog.lo inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_renew_info': inf-gtk-certificate-dialog.c:101:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 101 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_set_chain': inf-gtk-certificate-dialog.c:221:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 221 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_selection_changed_cb': inf-gtk-certificate-dialog.c:294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 294 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_init': inf-gtk-certificate-dialog.c:352:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 352 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_finalize': inf-gtk-certificate-dialog.c:382:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 382 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_set_property': inf-gtk-certificate-dialog.c:400:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 400 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-dialog.c: In function 'inf_gtk_certificate_dialog_get_property': inf-gtk-certificate-dialog.c:445:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 445 | priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-certificate-manager.lo inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_response_cb': inf-gtk-certificate-manager.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_init': inf-gtk-certificate-manager.c:119:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 119 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_dispose': inf-gtk-certificate-manager.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_set_property': inf-gtk-certificate-manager.c:155:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 155 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_get_property': inf-gtk-certificate-manager.c:179:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 179 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_check_certificate': inf-gtk-certificate-manager.c:211:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 211 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-manager.c: In function 'inf_gtk_certificate_manager_check_cancelled': inf-gtk-certificate-manager.c:287:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 287 | priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-certificate-view.lo inf-gtk-certificate-view.c: In function 'inf_gtk_certificate_view_init': inf-gtk-certificate-view.c:110:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 110 | priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-view.c: In function 'inf_gtk_certificate_view_set_property': inf-gtk-certificate-view.c:127:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 127 | priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-view.c: In function 'inf_gtk_certificate_view_get_property': inf-gtk-certificate-view.c:154:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 154 | priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-certificate-view.c: In function 'inf_gtk_certificate_view_set_certificate': inf-gtk-certificate-view.c:339:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 339 | priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-chat.lo In file included from ../libinfinity/common/inf-chat-session.h:23, from ../libinfgtk/inf-gtk-chat.h:23, from inf-gtk-chat.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-buffer.h:23, from ../libinfinity/common/inf-chat-buffer.h:22, from ../libinfinity/common/inf-chat-session.h:22: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_add_message': inf-gtk-chat.c:158:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 158 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_send_message': inf-gtk-chat.c:260:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 260 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_commit_message': inf-gtk-chat.c:306:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 306 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_entry_changed_cb': inf-gtk-chat.c:353:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 353 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_entry_key_press_event_cb': inf-gtk-chat.c:413:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 413 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_adjustment_changed_cb': inf-gtk-chat.c:603:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 603 | priv = INF_GTK_CHAT_PRIVATE(user_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_adjustment_value_changed_cb': inf-gtk-chat.c:645:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 645 | priv = INF_GTK_CHAT_PRIVATE(user_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_textview_focus_in_cb': inf-gtk-chat.c:677:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 677 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_entry_cope_clipboard_cb': inf-gtk-chat.c:696:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 696 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_init': inf-gtk-chat.c:726:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 726 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_dispose': inf-gtk-chat.c:771:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 771 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_finalize': inf-gtk-chat.c:786:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 786 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_set_property': inf-gtk-chat.c:803:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 803 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_get_property': inf-gtk-chat.c:833:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 833 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_set_session': inf-gtk-chat.c:1013:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1013 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_set_active_user': inf-gtk-chat.c:1105:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1105 | priv = INF_GTK_CHAT_PRIVATE(chat); | ^~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_get_active_user': inf-gtk-chat.c:1207:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1207 | return INF_GTK_CHAT_PRIVATE(chat)->active_user; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-chat.c: In function 'inf_gtk_chat_get_entry': inf-gtk-chat.c:1231:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1231 | return INF_GTK_CHAT_PRIVATE(chat)->chat_entry; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-connection-view.lo inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_set_chain': inf-gtk-connection-view.c:113:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 113 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_selection_changed_cb': inf-gtk-connection-view.c:177:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 177 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_update_connection_info': inf-gtk-connection-view.c:251:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 251 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_notify_tls_enabled_cb': inf-gtk-connection-view.c:376:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 376 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_notify_credentials_cb': inf-gtk-connection-view.c:391:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 391 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_init': inf-gtk-connection-view.c:401:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 401 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_set_property': inf-gtk-connection-view.c:431:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 431 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_get_property': inf-gtk-connection-view.c:454:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 454 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_dispose': inf-gtk-connection-view.c:474:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 474 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-connection-view.c: In function 'inf_gtk_connection_view_set_connection': inf-gtk-connection-view.c:651:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 651 | priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-io.lo inf-gtk-io.c: In function 'inf_gtk_io_watch_lookup': inf-gtk-io.c:197:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 197 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_init': inf-gtk-io.c:210:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 210 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_finalize': inf-gtk-io.c:229:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 229 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_watch_func': inf-gtk-io.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = INF_GTK_IO_PRIVATE(watch->io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_timeout_func': inf-gtk-io.c:378:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 378 | priv = INF_GTK_IO_PRIVATE(timeout->io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_dispatch_func': inf-gtk-io.c:410:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 410 | priv = INF_GTK_IO_PRIVATE(dispatch->io); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_add_watch': inf-gtk-io.c:441:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 441 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_update_watch': inf-gtk-io.c:496:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 496 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_remove_watch': inf-gtk-io.c:534:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 534 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_add_timeout': inf-gtk-io.c:575:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 575 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_remove_timeout': inf-gtk-io.c:605:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 605 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_add_dispatch': inf-gtk-io.c:630:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 630 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ inf-gtk-io.c: In function 'inf_gtk_io_io_remove_dispatch': inf-gtk-io.c:659:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 659 | priv = INF_GTK_IO_PRIVATE(io); | ^~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-permissions-dialog.lo In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfgtk/inf-gtk-permissions-dialog.h:23, from inf-gtk-permissions-dialog.c:42: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_find_account': inf-gtk-permissions-dialog.c:136:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 136 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_find_pending_sheet': inf-gtk-permissions-dialog.c:174:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 174 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_set_acl_finished_cb': inf-gtk-permissions-dialog.c:208:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 208 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_sheet_changed_cb': inf-gtk-permissions-dialog.c:258:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 258 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_account_sort_func': inf-gtk-permissions-dialog.c:327:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 327 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_remove_pending_sheet': inf-gtk-permissions-dialog.c:434:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 434 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_realize_pending_sheet': inf-gtk-permissions-dialog.c:492:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 492 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_lookup_by_name_finished_cb': inf-gtk-permissions-dialog.c:634:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 634 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_remove_lookup_acl_accounts_request': inf-gtk-permissions-dialog.c:696:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 696 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_lookup_acl_accounts_finished_cb': inf-gtk-permissions-dialog.c:730:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 730 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_fill_account_list': inf-gtk-permissions-dialog.c:795:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 795 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_update_sheet': inf-gtk-permissions-dialog.c:972:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 972 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_node_removed_cb': inf-gtk-permissions-dialog.c:1110:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1110 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_acl_account_added_cb': inf-gtk-permissions-dialog.c:1126:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1126 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_acl_account_removed_cb': inf-gtk-permissions-dialog.c:1160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1160 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_acl_changed_cb': inf-gtk-permissions-dialog.c:1236:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1236 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_renderer_editing_canceled_cb': inf-gtk-permissions-dialog.c:1285:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1285 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_renderer_changed_cb': inf-gtk-permissions-dialog.c:1334:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1334 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_renderer_edited_cb': inf-gtk-permissions-dialog.c:1382:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1382 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_add_clicked_cb': inf-gtk-permissions-dialog.c:1475:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1475 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_remove_clicked_cb': inf-gtk-permissions-dialog.c:1637:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1637 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_remove_remove_acl_account_request': inf-gtk-permissions-dialog.c:1745:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1745 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_popup_delete_account_cb': inf-gtk-permissions-dialog.c:1794:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1794 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_populate_popup': inf-gtk-permissions-dialog.c:1839:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1839 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_popup_menu_position_func': inf-gtk-permissions-dialog.c:1930:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1930 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c:1938:3: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 1938 | monitor_num = gdk_screen_get_monitor_at_window(screen, bin_window); | ^~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ../libinfgtk/inf-gtk-permissions-dialog.h:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c:1942:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 1942 | gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_popup_selection_done_cb': inf-gtk-permissions-dialog.c:1995:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1995 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_show_popup': inf-gtk-permissions-dialog.c:2012:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2012 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c:2035:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 2035 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c:2039:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 2039 | gtk_menu_popup( | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_query_acl_account_list_finished_cb': inf-gtk-permissions-dialog.c:2197:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2197 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_query_acl_finished_cb': inf-gtk-permissions-dialog.c:2268:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2268 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_update': inf-gtk-permissions-dialog.c:2306:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2306 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_register': inf-gtk-permissions-dialog.c:2567:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2567 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_unregister': inf-gtk-permissions-dialog.c:2604:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2604 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_init': inf-gtk-permissions-dialog.c:2641:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2641 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_constructed': inf-gtk-permissions-dialog.c:2692:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2692 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_dispose': inf-gtk-permissions-dialog.c:2707:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2707 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_finalize': inf-gtk-permissions-dialog.c:2745:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2745 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_set_property': inf-gtk-permissions-dialog.c:2764:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2764 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_get_property': inf-gtk-permissions-dialog.c:2795:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2795 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-gtk-permissions-dialog.c: In function 'inf_gtk_permissions_dialog_set_node': inf-gtk-permissions-dialog.c:3025:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 3025 | priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfgtk_0_7_la-inf-gtk-resources.lo CCLD libinfgtk-0.7.la Making all in libinftextgtk CC libinftextgtk_0_7_la-inf-text-gtk-buffer.lo inf-text-gtk-buffer.c: In function 'inf_text_gtk_update_tag_color': inf-text-gtk-buffer.c:149:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 149 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_user_notify_hue_cb': inf-text-gtk-buffer.c:172:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 172 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_user_tags': inf-text-gtk-buffer.c:214:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 214 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_user_tag': inf-text-gtk-buffer.c:252:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 252 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_update_user_color_tag_table_foreach_func': inf-text-gtk-buffer.c:425:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 425 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_record_check': inf-text-gtk-buffer.c:504:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 504 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_record_signal': inf-text-gtk-buffer.c:666:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 666 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_push_record': inf-text-gtk-buffer.c:796:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 796 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_pop_record': inf-text-gtk-buffer.c:846:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 846 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_insert_text_cb_before': inf-text-gtk-buffer.c:887:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 887 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_insert_text_cb_after': inf-text-gtk-buffer.c:922:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 922 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_delete_range_cb_before': inf-text-gtk-buffer.c:959:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 959 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_delete_range_cb_after': inf-text-gtk-buffer.c:983:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 983 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_mark_set_cb': inf-text-gtk-buffer.c:1011:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1011 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_active_user_notify_status_cb': inf-text-gtk-buffer.c:1083:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1083 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_active_user_selection_changed_cb': inf-text-gtk-buffer.c:1146:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1146 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_modified': inf-text-gtk-buffer.c:1183:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1183 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_buffer': inf-text-gtk-buffer.c:1210:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1210 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_init': inf-text-gtk-buffer.c:1324:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1324 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_dispose': inf-text-gtk-buffer.c:1353:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1353 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_finalize': inf-text-gtk-buffer.c:1371:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1371 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_property': inf-text-gtk-buffer.c:1388:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1388 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_property': inf-text-gtk-buffer.c:1453:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1453 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_get_modified': inf-text-gtk-buffer.c:1501:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1501 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(gtk_buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_length': inf-text-gtk-buffer.c:1526:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1526 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_get_slice': inf-text-gtk-buffer.c:1545:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1545 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_insert_text': inf-text-gtk-buffer.c:1603:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1603 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_erase_text': inf-text-gtk-buffer.c:1782:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1782 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_create_begin_iter': inf-text-gtk-buffer.c:1830:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1830 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_create_end_iter': inf-text-gtk-buffer.c:1858:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1858 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_buffer_iter_get_text': inf-text-gtk-buffer.c:1921:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1921 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_text_buffer': inf-text-gtk-buffer.c:2197:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2197 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->buffer; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_active_user': inf-text-gtk-buffer.c:2233:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2233 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_active_user': inf-text-gtk-buffer.c:2290:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2290 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->active_user; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_author': inf-text-gtk-buffer.c:2316:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2316 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_wake_on_cursor_movement': inf-text-gtk-buffer.c:2466:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2466 | INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->wake_on_cursor_movement = wake; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_wake_on_cursor_movement': inf-text-gtk-buffer.c:2487:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2487 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->wake_on_cursor_movement; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_ensure_author_tags_priority': inf-text-gtk-buffer.c:2509:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2509 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_saturation_value': inf-text-gtk-buffer.c:2542:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2542 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_fade': inf-text-gtk-buffer.c:2594:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2594 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_saturation': inf-text-gtk-buffer.c:2626:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2626 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->saturation; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_value': inf-text-gtk-buffer.c:2641:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2641 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->value; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_set_show_user_colors': inf-text-gtk-buffer.c:2662:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2662 | INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->show_user_colors = show; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_get_show_user_colors': inf-text-gtk-buffer.c:2680:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2680 | return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->show_user_colors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-buffer.c: In function 'inf_text_gtk_buffer_show_user_colors': inf-text-gtk-buffer.c:2715:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2715 | priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftextgtk_0_7_la-inf-text-gtk-hue-chooser.lo inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_is_in_ring': inf-text-gtk-hue-chooser.c:104:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 104 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_paint': inf-text-gtk-hue-chooser.c:170:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 170 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_init': inf-text-gtk-hue-chooser.c:288:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 288 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_dispose': inf-text-gtk-hue-chooser.c:307:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 307 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_finalize': inf-text-gtk-hue-chooser.c:319:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 319 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_set_property': inf-text-gtk-hue-chooser.c:334:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 334 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_get_property': inf-text-gtk-hue-chooser.c:357:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 357 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_map': inf-text-gtk-hue-chooser.c:381:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 381 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_unmap': inf-text-gtk-hue-chooser.c:394:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 394 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_realize': inf-text-gtk-hue-chooser.c:410:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 410 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_unrealize': inf-text-gtk-hue-chooser.c:448:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 448 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_calculate_width_and_height': inf-text-gtk-hue-chooser.c:466:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 466 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_size_allocate': inf-text-gtk-hue-chooser.c:504:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 504 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_button_press_event': inf-text-gtk-hue-chooser.c:532:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 532 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c:552:5: warning: 'gdk_device_grab' is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations] 552 | gdk_device_grab( | ^~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdnd.h:33, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkevents.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ../libinftextgtk/inf-text-gtk-hue-chooser.h:23, from inf-text-gtk-hue-chooser.c:33: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here 230 | GdkGrabStatus gdk_device_grab (GdkDevice *device, | ^~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_button_release_event': inf-text-gtk-hue-chooser.c:580:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 580 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c:590:3: warning: 'gdk_device_ungrab' is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations] 590 | gdk_device_ungrab( | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here 239 | void gdk_device_ungrab (GdkDevice *device, | ^~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_motion_notify_event': inf-text-gtk-hue-chooser.c:607:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 607 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_draw': inf-text-gtk-hue-chooser.c:628:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 628 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_focus': inf-text-gtk-hue-chooser.c:650:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 650 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_grab_broken_event': inf-text-gtk-hue-chooser.c:669:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 669 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_hue_change': inf-text-gtk-hue-chooser.c:684:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 684 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_move': inf-text-gtk-hue-chooser.c:698:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 698 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_set_hue': inf-text-gtk-hue-chooser.c:955:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 955 | priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-hue-chooser.c: In function 'inf_text_gtk_hue_chooser_get_hue': inf-text-gtk-hue-chooser.c:972:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 972 | return INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser)->hue; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftextgtk_0_7_la-inf-text-gtk-view.lo inf-text-gtk-view.c: In function 'inf_text_gtk_view_find_user': inf-text-gtk-view.c:128:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 128 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_compute_user_area': inf-text-gtk-view.c:145:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 145 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_invalidate_user_area': inf-text-gtk-view.c:264:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 264 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_draw_before_cb': inf-text-gtk-view.c:518:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 518 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c:539:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 539 | gtk_style_context_get_background_color(style, GTK_STATE_FLAG_NORMAL, &bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127, from ../libinftextgtk/inf-text-gtk-view.h:26, from inf-text-gtk-view.c:48: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_draw_after_cb': inf-text-gtk-view.c:678:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 678 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c:1054:7: warning: 'gdk_color_free' is deprecated: Use 'gdk_rgba_free' instead [-Wdeprecated-declarations] 1054 | gdk_color_free(cursor_color); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:26, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:70:11: note: declared here 70 | void gdk_color_free (GdkColor *color); | ^~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_style_updated_cb': inf-text-gtk-view.c:1108:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1108 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_size_allocate_cb': inf-text-gtk-view.c:1128:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1128 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_cursor_blink_timeout_func': inf-text-gtk-view.c:1147:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1147 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_reset_timeout': inf-text-gtk-view.c:1192:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1192 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_selection_changed_cb': inf-text-gtk-view.c:1256:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1256 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_notify_hue_cb': inf-text-gtk-view.c:1309:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1309 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_add_user': inf-text-gtk-view.c:1323:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1323 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_remove_user': inf-text-gtk-view.c:1356:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1356 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_notify_status_cb': inf-text-gtk-view.c:1393:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1393 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_removed': inf-text-gtk-view.c:1418:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1418 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_user_added': inf-text-gtk-view.c:1448:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1448 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_view': inf-text-gtk-view.c:1508:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1508 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_user_table': inf-text-gtk-view.c:1585:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1585 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_init': inf-text-gtk-view.c:1644:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1644 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_dispose': inf-text-gtk-view.c:1664:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1664 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_property': inf-text-gtk-view.c:1691:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1691 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_get_property': inf-text-gtk-view.c:1761:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1761 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_get_text_view': inf-text-gtk-view.c:1932:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1932 | return INF_TEXT_GTK_VIEW_PRIVATE(view)->textview; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_get_user_table': inf-text-gtk-view.c:1948:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1948 | return INF_TEXT_GTK_VIEW_PRIVATE(view)->user_table; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_active_user': inf-text-gtk-view.c:1972:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1972 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_get_active_user': inf-text-gtk-view.c:2010:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2010 | return INF_TEXT_GTK_VIEW_PRIVATE(view)->active_user; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_show_remote_cursors': inf-text-gtk-view.c:2029:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2029 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_show_remote_selections': inf-text-gtk-view.c:2059:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2059 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-view.c: In function 'inf_text_gtk_view_set_show_remote_current_lines': inf-text-gtk-view.c:2087:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2087 | priv = INF_TEXT_GTK_VIEW_PRIVATE(view); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinftextgtk_0_7_la-inf-text-gtk-viewport.lo inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_find_user': inf-text-gtk-viewport.c:85:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 85 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_compute_user_area': inf-text-gtk-viewport.c:115:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 115 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(user->viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_invalidate_user_area': inf-text-gtk-viewport.c:193:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 193 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(user->viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_scrollbar_draw_cb': inf-text-gtk-viewport.c:234:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 234 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c:245:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 245 | gtk_style_context_get_background_color(style, GTK_STATE_FLAG_NORMAL, &bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:27, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127, from ../libinftextgtk/inf-text-gtk-viewport.h:25, from inf-text-gtk-viewport.c:39: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_scrollbar_size_allocate_cb': inf-text-gtk-viewport.c:303:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 303 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_adjustment_changed_cb': inf-text-gtk-viewport.c:324:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 324 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_scrollbar_style_updated_cb': inf-text-gtk-viewport.c:345:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 345 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_selection_changed_cb': inf-text-gtk-viewport.c:367:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 367 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_notify_hue_cb': inf-text-gtk-viewport.c:387:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 387 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_add_user': inf-text-gtk-viewport.c:399:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 399 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_remove_user': inf-text-gtk-viewport.c:429:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 429 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_notify_status_cb': inf-text-gtk-viewport.c:460:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 460 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_removed': inf-text-gtk-viewport.c:485:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 485 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_user_added': inf-text-gtk-viewport.c:515:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 515 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_set_scrolled_window': inf-text-gtk-viewport.c:578:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 578 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_set_user_table': inf-text-gtk-viewport.c:670:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 670 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_init': inf-text-gtk-viewport.c:729:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 729 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_dispose': inf-text-gtk-viewport.c:746:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 746 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_set_property': inf-text-gtk-viewport.c:767:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 767 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_get_property': inf-text-gtk-viewport.c:819:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 819 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_get_scrolled_window': inf-text-gtk-viewport.c:943:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 943 | return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->scroll; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_get_user_table': inf-text-gtk-viewport.c:959:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 959 | return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->user_table; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_set_active_user': inf-text-gtk-viewport.c:981:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 981 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_get_active_user': inf-text-gtk-viewport.c:1020:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1020 | return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->active_user; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inf-text-gtk-viewport.c: In function 'inf_text_gtk_viewport_set_show_user_markers': inf-text-gtk-viewport.c:1040:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1040 | priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libinftextgtk-0.7.la ld: warning: file ../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file Making all in infinoted Making all in . CC infinoted_0_7-infinoted-config-reload.o In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../infinoted/infinoted-plugin-manager.h:37, from ../infinoted/infinoted-run.h:26, from ../infinoted/infinoted-config-reload.h:23, from infinoted-config-reload.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../infinoted/infinoted-options.h:23, from ../infinoted/infinoted-startup.h:23, from ../infinoted/infinoted-run.h:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC infinoted_0_7-infinoted-dh-params.o CC infinoted_0_7-infinoted-main.o In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../infinoted/infinoted-plugin-manager.h:37, from ../infinoted/infinoted-run.h:26, from ../infinoted/infinoted-signal.h:23, from infinoted-main.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../infinoted/infinoted-options.h:23, from ../infinoted/infinoted-startup.h:23, from ../infinoted/infinoted-run.h:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC infinoted_0_7-infinoted-options.o CC infinoted_0_7-infinoted-pam.o CC infinoted_0_7-infinoted-run.o In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../infinoted/infinoted-plugin-manager.h:37, from ../infinoted/infinoted-run.h:26, from infinoted-run.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../infinoted/infinoted-options.h:23, from ../infinoted/infinoted-startup.h:23, from ../infinoted/infinoted-run.h:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC infinoted_0_7-infinoted-signal.o In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../infinoted/infinoted-plugin-manager.h:37, from ../infinoted/infinoted-run.h:26, from ../infinoted/infinoted-signal.h:23, from infinoted-signal.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../infinoted/infinoted-options.h:23, from ../infinoted/infinoted-startup.h:23, from ../infinoted/infinoted-run.h:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CC infinoted_0_7-infinoted-startup.o infinoted-startup.c: In function 'infinoted_startup_sasl_callback': infinoted-startup.c:386:16: warning: overflow in conversion from 'int' to 'gchar' {aka 'char'} changes value from '(int)cmp | 255' to '-1' [-Woverflow] 386 | cmp |= 0xFF; | ^~~~ CC libinfinoted_plugin_manager_0_7_la-infinoted-log.lo infinoted-log.c: In function 'infinoted_log_write': infinoted-log.c:138:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 138 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_entry': infinoted-log.c:207:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 207 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_init': infinoted-log.c:228:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 228 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_finalize': infinoted-log.c:245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 245 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_set_property': infinoted-log.c:265:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 265 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_get_property': infinoted-log.c:287:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 287 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_log_message': infinoted-log.c:307:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 307 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_open': infinoted-log.c:402:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 402 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ infinoted-log.c: In function 'infinoted_log_close': infinoted-log.c:448:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 448 | priv = INFINOTED_LOG_PRIVATE(log); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC libinfinoted_plugin_manager_0_7_la-infinoted-parameter.lo CC libinfinoted_plugin_manager_0_7_la-infinoted-plugin-manager.lo In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-manager.c:34: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-ip-address.h:23, from ../libinfinity/common/inf-name-resolver.h:23, from ../libinfinity/common/inf-tcp-connection.h:23, from ../libinfinity/common/inf-xmpp-connection.h:23, from ../infinoted/infinoted-parameter.h:23, from ../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_add_connection': infinoted-plugin-manager.c:108:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 108 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_remove_connection': infinoted-plugin-manager.c:140:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 140 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_add_session': infinoted-plugin-manager.c:202:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 202 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_remove_session': infinoted-plugin-manager.c:239:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 239 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_walk_directory': infinoted-plugin-manager.c:284:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 284 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_load_plugin': infinoted-plugin-manager.c:366:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 366 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_unload_plugin': infinoted-plugin-manager.c:508:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 508 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_connection_added_cb': infinoted-plugin-manager.c:553:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 553 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_connection_removed_cb': infinoted-plugin-manager.c:575:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 575 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_subscribe_session_cb': infinoted-plugin-manager.c:599:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 599 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_unsubscribe_session_cb': infinoted-plugin-manager.c:624:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 624 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_set_directory': infinoted-plugin-manager.c:642:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 642 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_init': infinoted-plugin-manager.c:718:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 718 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_dispose': infinoted-plugin-manager.c:736:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 736 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_finalize': infinoted-plugin-manager.c:771:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 771 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_set_property': infinoted-plugin-manager.c:794:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 794 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_property': infinoted-plugin-manager.c:833:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 833 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_load': infinoted-plugin-manager.c:986:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 986 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_directory': infinoted-plugin-manager.c:1043:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1043 | return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_io': infinoted-plugin-manager.c:1061:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1061 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_log': infinoted-plugin-manager.c:1078:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1078 | return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->log; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_credentials': infinoted-plugin-manager.c:1095:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1095 | return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->credentials; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_connection_info': infinoted-plugin-manager.c:1134:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1134 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(mgr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinoted-plugin-manager.c: In function 'infinoted_plugin_manager_get_session_info': infinoted-plugin-manager.c:1165:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1165 | priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(mgr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libinfinoted_plugin_manager_0_7_la-infinoted-util.lo CCLD libinfinoted-plugin-manager-0.7.la CCLD infinoted-0.7 ld: warning: file ../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file Making all in plugins CC infinoted-plugin-autosave.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-autosave.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-autosave.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-certificate-auth.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-certificate-auth.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-certificate-auth.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-directory-sync.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-directory-sync.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-directory-sync.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-linekeeper.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-linekeeper.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-linekeeper.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-logging.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-logging.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-logging.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-note-chat.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-note-chat.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-note-chat.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-note-text.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-note-text.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-note-text.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-record.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-record.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-record.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-traffic-logging.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-traffic-logging.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ infinoted-plugin-traffic-logging.c: In function 'infinoted_plugin_traffic_logging_write': infinoted-plugin-traffic-logging.c:53:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 53 | GTimeVal cur_timeval; | ^~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ infinoted-plugin-traffic-logging.c:61:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 61 | g_get_current_time(&cur_timeval); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:828:8: note: declared here 828 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ CCLD libinfinoted-plugin-traffic-logging.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-transformation-protection.lo In file included from ../../libinfinity/server/infd-note-plugin.h:26, from ../../libinfinity/server/infd-directory.h:24, from ../../infinoted/infinoted-plugin-manager.h:37, from infinoted-plugin-transformation-protection.c:20: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-ip-address.h:23, from ../../libinfinity/common/inf-name-resolver.h:23, from ../../libinfinity/common/inf-tcp-connection.h:23, from ../../libinfinity/common/inf-xmpp-connection.h:23, from ../../infinoted/infinoted-parameter.h:23, from ../../infinoted/infinoted-plugin-manager.h:34: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:26, from ../../libinfinity/server/infd-directory.h:26: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-transformation-protection.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC util/infinoted-plugin-util-navigate-browser.lo In file included from ../../libinfinity/common/inf-browser.h:26, from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23, from util/infinoted-plugin-util-navigate-browser.c:20: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:27: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ util/infinoted-plugin-util-navigate-browser.c: In function 'infinoted_plugin_util_navigate_to': util/infinoted-plugin-util-navigate-browser.c:297:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 297 | data->path = g_memdup(path, len); | ^~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ CC infinoted-plugin-document-stream.lo In file included from ../../libinfinity/common/inf-browser.h:26, from util/infinoted-plugin-util-navigate-browser.h:23, from infinoted-plugin-document-stream.c:20: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:27: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ infinoted-plugin-document-stream.c: In function 'infinoted_plugin_document_stream_queue_reserve': infinoted-plugin-document-stream.c:126:13: warning: Deprecated pre-processor symbol: replace with "memmove" 126 | ); | ^ infinoted-plugin-document-stream.c: In function 'infinoted_plugin_document_stream_subscribe_done': infinoted-plugin-document-stream.c:578:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 578 | GParameter params[2] = { | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD libinfinoted-plugin-document-stream.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC infinoted-plugin-dbus.lo In file included from ../../libinfinity/common/inf-browser.h:26, from util/infinoted-plugin-util-navigate-browser.h:23, from infinoted-plugin-dbus.c:20: ../../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../../libinfinity/common/inf-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../../libinfinity/common/inf-browser.h:27: ../../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ infinoted-plugin-dbus.c: In function 'infinoted_plugin_dbus_initialize': infinoted-plugin-dbus.c:1061:3: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] 1061 | gio_path = g_module_build_path(NULL, "gio-2.0"); | ^~~~~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gio/giomodule.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gio/gio.h:102, from infinoted-plugin-dbus.c:26: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gmodule.h:142:23: note: declared here 142 | gchar* g_module_build_path (const gchar *directory, | ^~~~~~~~~~~~~~~~~~~ CCLD libinfinoted-plugin-dbus.la ld: warning: file ../../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file Making all in pixmaps Making all in 16x16 Making all in 22x22 Making all in scalable Making all in test Making all in util CC libinftestutil_a-inf-test-util.o AR libinftestutil.a Making all in session Making all in cleanup Making all in certs CC inf-test-tcp-connection.o CCLD inf-test-tcp-connection CC inf-test-xmpp-connection.o CCLD inf-test-xmpp-connection CC inf-test-tcp-server.o CCLD inf-test-tcp-server CC inf-test-xmpp-server.o CCLD inf-test-xmpp-server CC inf-test-daemon.o In file included from ../libinfinity/server/infd-note-plugin.h:26, from ../libinfinity/server/infd-directory.h:24, from ../libinfinity/server/infd-server-pool.h:23, from inf-test-daemon.c:21: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/server/infd-storage.h:23, from ../libinfinity/server/infd-directory.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/server/infd-directory.h:26: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-daemon CC inf-test-browser.o In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from inf-test-browser.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-browser CC inf-test-certificate-request.o In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from inf-test-certificate-request.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-certificate-request CC inf-test-set-acl.o In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from inf-test-set-acl.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-set-acl CC inf-test-chat.o In file included from ../libinfinity/client/infc-note-plugin.h:23, from ../libinfinity/client/infc-browser.h:24, from inf-test-chat.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinfinity/common/inf-xml-connection.h:25, from ../libinfinity/communication/inf-communication-group.h:23, from ../libinfinity/communication/inf-communication-joined-group.h:23, from ../libinfinity/client/infc-session-proxy.h:23, from ../libinfinity/client/infc-browser.h:23: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinfinity/common/inf-browser.h:26, from ../libinfinity/client/infc-browser.h:25: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-test-chat.c: In function 'inf_chat_test_session_synchronization_complete_cb': inf-test-chat.c:155:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 155 | GParameter params[1] = { { "name", { 0 } } }; | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-chat CC inf-test-state-vector.o CCLD inf-test-state-vector CC inf-test-chunk.o CCLD inf-test-chunk ld: warning: file ../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-operations.o CCLD inf-test-text-operations ld: warning: file ../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-session.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-text-session.c:22: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from util/inf-test-util.h:23, from inf-test-text-session.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-text-session ld: warning: file ../libinfinity/.libs/libinfinity-0.7.so: linked to /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-cleanup.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-text-cleanup.c:22: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from util/inf-test-util.h:23, from inf-test-text-cleanup.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-text-cleanup ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-recover.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-text-recover.c:20: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from ../libinftext/inf-text-session.h:24: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-text-recover ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-replay.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-text-replay.c:22: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from util/inf-test-util.h:23, from inf-test-text-replay.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-text-replay ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-reduce-replay.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-reduce-replay.c:27: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-chunk.h:25, from ../libinftext/inf-text-buffer.h:23, from util/inf-test-util.h:23, from inf-test-reduce-replay.c:25: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-reduce-replay ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-mass-join.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-mass-join.c:21: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-default-buffer.h:23, from inf-test-mass-join.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ inf-test-mass-join.c: In function 'inf_test_mass_join_join_user': inf-test-mass-join.c:115:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 115 | GParameter params[3] = { | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-mass-join ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-text-fixline.o CCLD inf-test-text-fixline ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf_test_certificate_validate-inf-test-certificate-validate.o CCLD inf-test-certificate-validate CC inf-test-text-quick-write.o In file included from ../libinfinity/adopted/inf-adopted-session.h:25, from ../libinftext/inf-text-session.h:26, from inf-test-text-quick-write.c:21: ../libinfinity/common/inf-session.h:220:30: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 220 | const GParameter* params, | ^~~~~ In file included from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:28, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../libinftext/inf-text-default-buffer.h:23, from inf-test-text-quick-write.c:20: /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:225:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 225 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 231 | GParameter* params, | ^~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:269:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 269 | inf_session_lookup_user_property(const GParameter* params, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:271:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 271 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:275:31: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 275 | const gchar* name); | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session.h:305:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 305 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ In file included from ../libinftext/inf-text-session.h:27: ../libinfinity/common/inf-session-proxy.h:60:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 60 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ ../libinfinity/common/inf-session-proxy.h:71:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] 71 | const GParameter* params, | ^~~~~ /home/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:280:8: note: declared here 280 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ CCLD inf-test-text-quick-write ld: warning: file /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/libinfinity/.libs/libinfinity-0.7.so: linked to ../libinfinity/.libs/libinfinity-0.7.so: attempted multiple inclusion of file CC inf-test-traffic-replay.o inf-test-traffic-replay.c: In function 'inf_test_traffic_replay_get_next_line': inf-test-traffic-replay.c:127:10: error: implicit declaration of function 'getline' [-Wimplicit-function-declaration] 127 | len_ = getline(&line, &n, conn->file); | ^~~~~~~ *** Error code 1 Stop. bmake[3]: stopped making "all-am" in /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/test *** Error code 1 Stop. bmake[2]: stopped making "all" in /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2/test *** Error code 1 Stop. bmake[1]: stopped making "all-recursive" in /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2 *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/editors/libinfinity/work/libinfinity-0.7.2 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/libinfinity *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/libinfinity