=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cutter", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for cutter-1.2.9nb3 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9' Making all in m4macros gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/m4macros' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/m4macros' Making all in glib-compatible gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible' Making all in pcre gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible/pcre' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible/pcre' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible' CC glib-compatible.lo CCLD libglib-compatible.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/glib-compatible' Making all in gcutter gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gcutter' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gcutter' CC gcut-marshalers.lo CC gcut-assertions-helper.lo CC gcut-data-helper.lo CC gcut-dynamic-data.lo CC gcut-egg.lo CC gcut-enum.lo CC gcut-error.lo CC gcut-hash-table.lo CC gcut-inspect.lo CC gcut-io.lo CC gcut-key-file.lo CC gcut-list.lo CC gcut-main.lo CC gcut-object.lo CC gcut-string.lo CC gcut-string-io-channel.lo CC gcut-types.lo CC gcut-process.lo CC gcut-value-equal.lo CC gcut-event-loop.lo CC gcut-glib-event-loop.lo CC gcut-utils.lo CCLD libgcutter.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gcutter' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gcutter' Making all in cutter gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cutter' GEN stamp-cut-enum-types-h GEN stamp-cut-enum-types-c /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cutter' CC main.o CC cut-analyzer.lo CC cut-assertions-helper.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from main.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-test-runner.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-backtrace-entry.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-stream-reader.h:25, from cut-file-stream-reader.h:25, from cut-analyzer.c:28: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-analyzer.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-colorize-differ.lo In file included from ../cutter/cut-assertions.h:23, from ./cutter.h:26, from ../gcutter/gcutter.h:32, from cut-assertions-helper.c:30: cut-assertions-helper.c: In function 'cut_assert_exist_path_helper': ../cutter/cut-assertions-helper.h:72:5: warning: '%s' directive argument is null [-Wformat-overflow=] 72 | cut_test_context_set_current_result(cut_get_current_test_context(), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | CUT_TEST_RESULT_ ## status, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | system_message); \ | ~~~~~~~~~~~~~~~ ../cutter/cut-helper.h:129:5: note: in expansion of macro 'cut_test_terminate' 129 | cut_test_terminate(FAILURE, system_message) | ^~~~~~~~~~~~~~~~~~ cut-assertions-helper.c:1478:9: note: in expansion of macro 'cut_test_fail' 1478 | cut_test_fail(cut_take_printf("<%s>\n" | ^~~~~~~~~~~~~ cut-assertions-helper.c: In function 'cut_assert_not_exist_path_helper': ../cutter/cut-assertions-helper.h:72:5: warning: '%s' directive argument is null [-Wformat-overflow=] 72 | cut_test_context_set_current_result(cut_get_current_test_context(), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | CUT_TEST_RESULT_ ## status, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | system_message); \ | ~~~~~~~~~~~~~~~ ../cutter/cut-helper.h:129:5: note: in expansion of macro 'cut_test_terminate' 129 | cut_test_terminate(FAILURE, system_message) | ^~~~~~~~~~~~~~~~~~ cut-assertions-helper.c:1498:9: note: in expansion of macro 'cut_test_fail' 1498 | cut_test_fail(cut_take_printf("<%s>\n" | ^~~~~~~~~~~~~ CC cut-console-diff-writer.lo CC cut-console.lo CC cut-contractor.lo CC cut-crash-backtrace.lo CC cut-diff-writer.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-crash-backtrace.c:34: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-test-runner.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-crash-backtrace.c:35: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-differ.lo CC cut-elf-loader.lo CC cut-factory-builder.lo cut-elf-loader.c: In function 'cut_elf_loader_class_init': cut-elf-loader.c:90:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 90 | g_type_class_add_private(gobject_class, sizeof(CutELFLoaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-elf-loader.h:23, from cut-elf-loader.c:33: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'cut_elf_loader_init': cut-elf-loader.c:96:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 96 | CutELFLoaderPrivate *priv = CUT_ELF_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'dispose': cut-elf-loader.c:107:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 107 | CutELFLoaderPrivate *priv = CUT_ELF_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'set_property': cut-elf-loader.c:128:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 128 | CutELFLoaderPrivate *priv = CUT_ELF_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'get_property': cut-elf-loader.c:148:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 148 | CutELFLoaderPrivate *priv = CUT_ELF_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'cut_elf_loader_is_elf': cut-elf-loader.c:176:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 176 | priv = CUT_ELF_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-elf-loader.c: In function 'cut_elf_loader_collect_symbols': cut-elf-loader.c:411:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 411 | priv = CUT_ELF_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_class_init': cut-factory-builder.c:84:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 84 | g_type_class_add_private(gobject_class, sizeof(CutFactoryBuilderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-factory-builder.h:23, from cut-factory-builder.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_init': cut-factory-builder.c:90:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 90 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'dispose': cut-factory-builder.c:100:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 100 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'set_property': cut-factory-builder.c:122:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 122 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'get_property': cut-factory-builder.c:145:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 145 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_get_module_dir': cut-factory-builder.c:177:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 177 | return CUT_FACTORY_BUILDER_GET_PRIVATE(builder)->module_dir; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_set_option_context': cut-factory-builder.c:185:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 185 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_build': cut-factory-builder.c:200:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 200 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-factory-builder.c: In function 'cut_factory_builder_build_all': cut-factory-builder.c:216:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 216 | CutFactoryBuilderPrivate *priv = CUT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-file-stream-reader.lo CC cut-glib-compatible.lo CC cut-helper.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-stream-reader.h:25, from cut-file-stream-reader.h:25, from cut-file-stream-reader.c:30: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-file-stream-reader.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-file-stream-reader.c: In function 'cut_file_stream_reader_class_init': cut-file-stream-reader.c:89:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 89 | g_type_class_add_private(gobject_class, sizeof(CutFileStreamReaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-file-stream-reader.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-file-stream-reader.c: In function 'cut_file_stream_reader_init': cut-file-stream-reader.c:97:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 97 | priv = CUT_FILE_STREAM_READER_GET_PRIVATE(file_stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-file-stream-reader.c: In function 'dispose': cut-file-stream-reader.c:125:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 125 | priv = CUT_FILE_STREAM_READER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-file-stream-reader.c: In function 'set_property': cut-file-stream-reader.c:144:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 144 | priv = CUT_FILE_STREAM_READER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-file-stream-reader.c: In function 'get_property': cut-file-stream-reader.c:164:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 164 | priv = CUT_FILE_STREAM_READER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-file-stream-reader.c: In function 'runner_run_async': cut-file-stream-reader.c:217:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 217 | priv = CUT_FILE_STREAM_READER_GET_PRIVATE(file_stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from cut-run-context.h:25, from cut-helper.c:25: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-run-context.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-iterated-test.lo CC cut-listener.lo CC cut-loader.lo In file included from cut-iterated-test.h:26, from cut-iterated-test.c:28: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-iterated-test.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-iterated-test.c:31: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-iterated-test.c: In function 'cut_iterated_test_class_init': cut-iterated-test.c:101:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 101 | g_type_class_add_private(gobject_class, sizeof(CutIteratedTestPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-iterated-test.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'cut_iterated_test_init': cut-iterated-test.c:107:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 107 | CutIteratedTestPrivate *priv = CUT_ITERATED_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'dispose': cut-iterated-test.c:116:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 116 | CutIteratedTestPrivate *priv = CUT_ITERATED_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'set_property': cut-iterated-test.c:134:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 134 | CutIteratedTestPrivate *priv = CUT_ITERATED_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'get_property': cut-iterated-test.c:156:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 156 | CutIteratedTestPrivate *priv = CUT_ITERATED_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'cut_iterated_test_get_data': cut-iterated-test.c:192:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 192 | return CUT_ITERATED_TEST_GET_PRIVATE(test)->data; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'cut_iterated_test_set_data': cut-iterated-test.c:200:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 200 | priv = CUT_ITERATED_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'cut_iterated_test_clear_data': cut-iterated-test.c:213:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 213 | priv = CUT_ITERATED_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'is_available': cut-iterated-test.c:224:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 224 | priv = CUT_ITERATED_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-iterated-test.c: In function 'invoke': cut-iterated-test.c:234:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 234 | priv = CUT_ITERATED_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cut-loader.h:25, from cut-loader.c:37: cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-loader.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-loader.c: In function 'cut_loader_class_init': cut-loader.c:170:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 170 | g_type_class_add_private(gobject_class, sizeof(CutLoaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../glib-compatible/glib-compatible.h:23, from cut-loader.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_init': cut-loader.c:176:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 176 | CutLoaderPrivate *priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'dispose': cut-loader.c:205:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 205 | CutLoaderPrivate *priv = CUT_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'set_property': cut-loader.c:249:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 249 | CutLoaderPrivate *priv = CUT_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'get_property': cut-loader.c:271:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 271 | CutLoaderPrivate *priv = CUT_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_get_keep_opening': cut-loader.c:297:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 297 | return CUT_LOADER_GET_PRIVATE(loader)->keep_opening; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_set_keep_opening': cut-loader.c:303:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 303 | CUT_LOADER_GET_PRIVATE(loader)->keep_opening = keep_opening; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_get_enable_convenience_attribute_definition': cut-loader.c:309:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 309 | return CUT_LOADER_GET_PRIVATE(loader)->enable_convenience_attribute_definition; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_set_enable_convenience_attribute_definition': cut-loader.c:315:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 315 | CUT_LOADER_GET_PRIVATE(loader)->enable_convenience_attribute_definition = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_get_base_directory': cut-loader.c:322:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 322 | return CUT_LOADER_GET_PRIVATE(loader)->base_directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_set_base_directory': cut-loader.c:330:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 330 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_set_create_test_function': cut-loader.c:343:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 343 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_set_create_test_iterator_function': cut-loader.c:356:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 356 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_support_attribute_scan': cut-loader.c:770:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 770 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_support_attribute': cut-loader.c:880:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 880 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'register_valid_test': cut-loader.c:1095:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1095 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'create_test_case': cut-loader.c:1228:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1228 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_load_test_cases': cut-loader.c:1304:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1304 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-loader.c: In function 'cut_loader_load_test_suite': cut-loader.c:1436:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1436 | priv = CUT_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-mach-o-loader.lo CC cut-main.lo cut-mach-o-loader.c: In function 'cut_mach_o_loader_class_init': cut-mach-o-loader.c:90:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 90 | g_type_class_add_private(gobject_class, sizeof(CutMachOLoaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-mach-o-loader.h:23, from cut-mach-o-loader.c:34: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-mach-o-loader.c: In function 'cut_mach_o_loader_init': cut-mach-o-loader.c:96:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 96 | CutMachOLoaderPrivate *priv = CUT_MACH_O_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-mach-o-loader.c: In function 'dispose': cut-mach-o-loader.c:107:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 107 | CutMachOLoaderPrivate *priv = CUT_MACH_O_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-mach-o-loader.c: In function 'set_property': cut-mach-o-loader.c:128:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 128 | CutMachOLoaderPrivate *priv = CUT_MACH_O_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-mach-o-loader.c: In function 'get_property': cut-mach-o-loader.c:148:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 148 | CutMachOLoaderPrivate *priv = CUT_MACH_O_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-main.c:37: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-main.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-main.c: In function 'cut_init_environment': cut-main.c:250:13: warning: Deprecated pre-processor symbol 250 | if (!g_thread_supported()) | ^~~~~~~~~~~~~~~~~~ CC cut-module-factory-utils.lo CC cut-module-factory.lo CC cut-module.lo CC cut-pe-loader.lo CC cut-pipeline.lo cut-module.c: In function 'cut_module_class_init': cut-module.c:72:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 72 | g_type_class_add_private(gobject_class, sizeof(CutModulePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-module.h:23, from cut-module.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'cut_module_init': cut-module.c:78:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 78 | CutModulePrivate *priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'finalize': cut-module.c:88:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 88 | CutModulePrivate *priv = CUT_MODULE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'load': cut-module.c:101:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 101 | CutModulePrivate *priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'unload': cut-module.c:130:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 130 | CutModulePrivate *priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'cut_module_collect_registered_types': cut-module.c:160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 160 | priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'cut_module_find': cut-module.c:215:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 215 | priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'cut_module_instantiate': cut-module.c:230:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 230 | priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-module.c: In function 'cut_module_load_module': cut-module.c:300:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 300 | priv = CUT_MODULE_GET_PRIVATE(module); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pe-loader.c: In function 'cut_pe_loader_class_init': cut-pe-loader.c:86:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 86 | g_type_class_add_private(gobject_class, sizeof(CutPELoaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-pe-loader.h:23, from cut-pe-loader.c:33: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-pe-loader.c: In function 'cut_pe_loader_init': cut-pe-loader.c:92:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 92 | CutPELoaderPrivate *priv = CUT_PE_LOADER_GET_PRIVATE(loader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pe-loader.c: In function 'dispose': cut-pe-loader.c:105:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 105 | CutPELoaderPrivate *priv = CUT_PE_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pe-loader.c: In function 'set_property': cut-pe-loader.c:126:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 126 | CutPELoaderPrivate *priv = CUT_PE_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pe-loader.c: In function 'get_property': cut-pe-loader.c:146:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 146 | CutPELoaderPrivate *priv = CUT_PE_LOADER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-stream-reader.h:25, from cut-pipeline.h:25, from cut-pipeline.c:33: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-pipeline.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-pipeline.c:34: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-pipeline.c: In function 'cut_pipeline_class_init': cut-pipeline.c:78:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 78 | g_type_class_add_private(gobject_class, sizeof(CutPipelinePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'cut_pipeline_init': cut-pipeline.c:84:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 84 | CutPipelinePrivate *priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'dispose': cut-pipeline.c:126:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 126 | CutPipelinePrivate *priv = CUT_PIPELINE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'reap_child': cut-pipeline.c:203:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 203 | CutPipelinePrivate *priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'child_watch_func': cut-pipeline.c:227:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 227 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'create_child_out_channel': cut-pipeline.c:239:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 239 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'create_command_line_args_from_argv': cut-pipeline.c:271:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 271 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'create_command_line_args_from_parameters': cut-pipeline.c:330:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 330 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'setup_child': cut-pipeline.c:413:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 413 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-pipeline.c: In function 'run_async': cut-pipeline.c:427:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 427 | priv = CUT_PIPELINE_GET_PRIVATE(pipeline); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-process.lo CC cut-readable-differ.lo CC cut-report-factory-builder.lo In file included from ../cutter/cut-test-result.h:25, from cut-process.h:24, from cut-process.c:39: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-process.c:35: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-process.c: In function 'cut_process_class_init': cut-process.c:89:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 89 | g_type_class_add_private(gobject_class, sizeof(CutProcessPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-process.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'read_from_child': cut-process.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'prepare_pipes': cut-process.c:151:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 151 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'ensure_collect_result': cut-process.c:204:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 204 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_init': cut-process.c:216:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 216 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'dispose': cut-process.c:231:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 231 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_wait': cut-process.c:304:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 304 | pid = CUT_PROCESS_GET_PRIVATE(process)->pid; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_get_pid': cut-process.c:324:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 324 | return CUT_PROCESS_GET_PRIVATE(process)->pid; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_get_stdout_message': cut-process.c:348:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 348 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_get_stderr_message': cut-process.c:365:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 365 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_send_test_result_to_parent': cut-process.c:382:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 382 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_get_result_from_child': cut-process.c:421:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 421 | return CUT_PROCESS_GET_PRIVATE(process)->cutter_string->str; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-process.c: In function 'cut_process_exit': cut-process.c:429:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 429 | CutProcessPrivate *priv = CUT_PROCESS_GET_PRIVATE(process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'cut_report_factory_builder_class_init': cut-report-factory-builder.c:78:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 78 | g_type_class_add_private(gobject_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-report-factory-builder.h:23, from cut-report-factory-builder.c:29: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'cut_report_factory_builder_init': cut-report-factory-builder.c:105:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 105 | priv = CUT_REPORT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'dispose': cut-report-factory-builder.c:150:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 150 | priv = CUT_REPORT_FACTORY_BUILDER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'create_option_entries': cut-report-factory-builder.c:179:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 179 | priv = CUT_REPORT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'set_option_context': cut-report-factory-builder.c:212:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 212 | priv = CUT_REPORT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report-factory-builder.c: In function 'build': cut-report-factory-builder.c:257:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 257 | priv = CUT_REPORT_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-report.lo CC cut-repository.lo CC cut-run-context.lo cut-report.c: In function 'cut_report_class_init': cut-report.c:76:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 76 | g_type_class_add_private(gobject_class, sizeof(CutReportPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-report.h:24, from cut-report.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-report.c: In function 'cut_report_init': cut-report.c:82:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 82 | CutReportPrivate *priv = CUT_REPORT_GET_PRIVATE(report); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report.c: In function 'dispose': cut-report.c:90:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 90 | CutReportPrivate *priv = CUT_REPORT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report.c: In function 'set_property': cut-report.c:106:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 106 | CutReportPrivate *priv = CUT_REPORT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report.c: In function 'get_property': cut-report.c:126:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 126 | CutReportPrivate *priv = CUT_REPORT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-report.c: In function 'cut_report_get_filename': cut-report.c:160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 160 | return CUT_REPORT_GET_PRIVATE(report)->filename; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cut-repository.h:25, from cut-repository.c:29: cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-repository.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-repository.c: In function 'cut_repository_class_init': cut-repository.c:88:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 88 | g_type_class_add_private(gobject_class, sizeof(CutRepositoryPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../glib-compatible/glib-compatible.h:23, from cut-repository.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_init': cut-repository.c:94:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 94 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'dispose': cut-repository.c:117:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 117 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'set_property': cut-repository.c:160:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 160 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'get_property': cut-repository.c:178:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 178 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_get_keep_opening_modules': cut-repository.c:201:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 201 | return CUT_REPOSITORY_GET_PRIVATE(repository)->keep_opening_modules; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_set_keep_opening_modules': cut-repository.c:208:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 208 | CUT_REPOSITORY_GET_PRIVATE(repository)->keep_opening_modules = keep_opening; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_get_enable_convenience_attribute_definition': cut-repository.c:214:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 214 | return CUT_REPOSITORY_GET_PRIVATE(repository)->enable_convenience_attribute_definition; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_set_enable_convenience_attribute_definition': cut-repository.c:221:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 221 | CUT_REPOSITORY_GET_PRIVATE(repository)->enable_convenience_attribute_definition = enable_convenience_attribute_definition; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_collect_loader': cut-repository.c:292:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 292 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_create_test_suite': cut-repository.c:350:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 350 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_set_exclude_files': cut-repository.c:389:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 389 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_set_exclude_directories': cut-repository.c:401:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 401 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-repository.c: In function 'cut_repository_add_loader_customizer': cut-repository.c:414:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 414 | CutRepositoryPrivate *priv = CUT_REPOSITORY_GET_PRIVATE(repository); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from cut-run-context.h:25, from cut-run-context.c:29: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-run-context.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-run-context.c:34: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-run-context.c: In function 'cut_run_context_class_init': cut-run-context.c:943:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 943 | g_type_class_add_private(gobject_class, sizeof(CutRunContextPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../glib-compatible/glib-compatible.h:23, from cut-run-context.c:25: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_init': cut-run-context.c:949:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 949 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'dispose': cut-run-context.c:998:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 998 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'set_property': cut-run-context.c:1073:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1073 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'get_property': cut-run-context.c:1163:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1163 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'start_run': cut-run-context.c:1268:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1268 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'start_test': cut-run-context.c:1284:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1284 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'start_iterated_test': cut-run-context.c:1297:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1297 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'pass_assertion': cut-run-context.c:1310:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1310 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_success_result': cut-run-context.c:1321:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1321 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_failure_result': cut-run-context.c:1331:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1331 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_error_result': cut-run-context.c:1344:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1344 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_pending_result': cut-run-context.c:1356:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1356 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_notification_result': cut-run-context.c:1368:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1368 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_omission_result': cut-run-context.c:1380:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1380 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'register_crash_result': cut-run-context.c:1392:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1392 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'complete_iterated_test': cut-run-context.c:1526:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1526 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'complete_test': cut-run-context.c:1540:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1540 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'complete_run': cut-run-context.c:1551:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1551 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_test_directory': cut-run-context.c:1564:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1564 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_test_directory': cut-run-context.c:1573:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1573 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->test_directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_source_directory': cut-run-context.c:1580:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1580 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_source_directory': cut-run-context.c:1589:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1589 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->source_directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_log_directory': cut-run-context.c:1596:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1596 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_log_directory': cut-run-context.c:1605:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1605 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->log_directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_multi_thread': cut-run-context.c:1612:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1612 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_multi_thread': cut-run-context.c:1624:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1624 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->use_multi_thread; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_is_multi_thread': cut-run-context.c:1630:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1630 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->is_multi_thread; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_max_threads': cut-run-context.c:1636:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1636 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_max_threads': cut-run-context.c:1644:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1644 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->max_threads; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_handle_signals': cut-run-context.c:1651:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1651 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->handle_signals = handle_signals; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_handle_signals': cut-run-context.c:1657:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1657 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->handle_signals; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_exclude_files': cut-run-context.c:1663:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1663 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_exclude_files': cut-run-context.c:1672:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1672 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_exclude_directories': cut-run-context.c:1680:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1680 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_exclude_directories': cut-run-context.c:1689:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1689 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_target_test_case_names': cut-run-context.c:1697:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1697 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_target_test_case_names': cut-run-context.c:1706:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1706 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_target_test_names': cut-run-context.c:1714:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1714 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_target_test_names': cut-run-context.c:1723:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1723 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_add_loader_customizer': cut-run-context.c:1731:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1731 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_loader_customizers': cut-run-context.c:1741:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1741 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_tests': cut-run-context.c:1748:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1748 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_tests; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_assertions': cut-run-context.c:1754:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1754 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_assertions; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_successes': cut-run-context.c:1760:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1760 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_successes; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_failures': cut-run-context.c:1766:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1766 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_failures; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_errors': cut-run-context.c:1772:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1772 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_errors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_pendings': cut-run-context.c:1778:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1778 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_pendings; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_notifications': cut-run-context.c:1784:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1784 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_notifications; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_n_omissions': cut-run-context.c:1790:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1790 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->n_omissions; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_status': cut-run-context.c:1799:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1799 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_elapsed': cut-run-context.c:1825:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1825 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_total_elapsed': cut-run-context.c:1835:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1835 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->elapsed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_results': cut-run-context.c:1843:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1843 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_is_crashed': cut-run-context.c:1854:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1854 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->crashed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_cancel': cut-run-context.c:1860:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1860 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->canceled = TRUE; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_is_canceled': cut-run-context.c:1868:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1868 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_create_test_suite': cut-run-context.c:1881:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1881 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_test_suite': cut-run-context.c:1907:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1907 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_test_suite': cut-run-context.c:1919:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1919 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_add_listener': cut-run-context.c:1931:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1931 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_remove_listener': cut-run-context.c:1939:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1939 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_attach_listeners': cut-run-context.c:1953:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1953 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_detach_listeners': cut-run-context.c:1967:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1967 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_test_case_order': cut-run-context.c:1995:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1995 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_test_case_order': cut-run-context.c:2004:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2004 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->test_case_order; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_sort_test_cases': cut-run-context.c:2033:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2033 | priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_start': cut-run-context.c:2060:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2060 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->elapsed = 0.0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_start_async': cut-run-context.c:2080:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2080 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->elapsed = 0.0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_command_line_args': cut-run-context.c:2138:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2138 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_command_line_args': cut-run-context.c:2147:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2147 | CutRunContextPrivate *priv = CUT_RUN_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_is_completed': cut-run-context.c:2637:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2637 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->completed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_fatal_failures': cut-run-context.c:2644:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2644 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->fatal_failures = fatal_failures; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_fatal_failures': cut-run-context.c:2650:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2650 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->fatal_failures; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_keep_opening_modules': cut-run-context.c:2657:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2657 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->keep_opening_modules = keep_opening; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_keep_opening_modules': cut-run-context.c:2663:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2663 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->keep_opening_modules; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_enable_convenience_attribute_definition': cut-run-context.c:2670:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2670 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->enable_convenience_attribute_definition = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_enable_convenience_attribute_definition': cut-run-context.c:2677:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2677 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->enable_convenience_attribute_definition; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_set_stop_before_test': cut-run-context.c:2684:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2684 | CUT_RUN_CONTEXT_GET_PRIVATE(context)->stop_before_test = stop; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-run-context.c: In function 'cut_run_context_get_stop_before_test': cut-run-context.c:2690:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2690 | return CUT_RUN_CONTEXT_GET_PRIVATE(context)->stop_before_test; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-runner.lo CC cut-sequence-matcher.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-runner.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-runner.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_class_init': cut-sequence-matcher.c:161:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 161 | g_type_class_add_private(gobject_class, sizeof(CutSequenceMatcherPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-sequence-matcher.h:23, from cut-sequence-matcher.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_init': cut-sequence-matcher.c:169:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 169 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(sequence_matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'dispose': cut-sequence-matcher.c:206:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 206 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'set_property': cut-sequence-matcher.c:260:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 260 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'get_property': cut-sequence-matcher.c:294:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 294 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'remove_junks_from_to_indices': cut-sequence-matcher.c:348:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 348 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'update_to_indices': cut-sequence-matcher.c:364:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 364 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_to_index': cut-sequence-matcher.c:534:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 534 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'find_best_match_position': cut-sequence-matcher.c:551:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 551 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'adjust_best_info_with_junk_predicate': cut-sequence-matcher.c:632:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 632 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_longest_match': cut-sequence-matcher.c:665:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 665 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_matches': cut-sequence-matcher.c:740:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 740 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_blocks': cut-sequence-matcher.c:799:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 799 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_operations': cut-sequence-matcher.c:870:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 870 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_grouped_operations': cut-sequence-matcher.c:975:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 975 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_ratio': cut-sequence-matcher.c:1027:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1027 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_get_context_size': cut-sequence-matcher.c:1053:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1053 | return CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher)->context_size; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sequence-matcher.c: In function 'cut_sequence_matcher_set_context_size': cut-sequence-matcher.c:1062:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1062 | priv = CUT_SEQUENCE_MATCHER_GET_PRIVATE(matcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-stream-factory-builder.lo cut-stream-factory-builder.c: In function 'cut_stream_factory_builder_class_init': cut-stream-factory-builder.c:79:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 79 | g_type_class_add_private(gobject_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-stream-factory-builder.h:23, from cut-stream-factory-builder.c:29: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-factory-builder.c: In function 'cut_stream_factory_builder_init': cut-stream-factory-builder.c:106:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 106 | priv = CUT_STREAM_FACTORY_BUILDER_GET_PRIVATE(builder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-factory-builder.c: In function 'dispose': cut-stream-factory-builder.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | priv = CUT_STREAM_FACTORY_BUILDER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-stream-parser.lo CC cut-stream-reader.lo CC cut-stream.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from cut-stream-parser.h:25, from cut-stream-parser.c:28: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-stream-parser.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-stream-parser.h:26: ../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-stream-parser.c: In function 'cut_stream_parser_class_init': cut-stream-parser.c:382:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 382 | g_type_class_add_private(gobject_class, sizeof(CutStreamParserPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-run-context.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'cut_stream_parser_init': cut-stream-parser.c:388:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 388 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(stream_parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'run_context_weak_notify': cut-stream-parser.c:606:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 606 | priv = CUT_STREAM_PARSER_GET_PRIVATE(parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'dispose': cut-stream-parser.c:613:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 613 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'set_property': cut-stream-parser.c:753:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 753 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'get_property': cut-stream-parser.c:774:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 774 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'cut_test_result_parser_new': cut-stream-parser.c:801:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 801 | priv = CUT_STREAM_PARSER_GET_PRIVATE(parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'cut_stream_parser_parse': cut-stream-parser.c:813:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 813 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(stream_parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'cut_stream_parser_end_parse': cut-stream-parser.c:821:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 821 | CutStreamParserPrivate *priv = CUT_STREAM_PARSER_GET_PRIVATE(stream_parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from cut-stream-reader.h:25, from cut-stream-reader.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-stream-reader.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-stream-parser.h:26, from cut-stream-reader.c:28: ../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-stream-parser.c: In function 'start_element_handler': cut-stream-parser.c:1461:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1461 | priv = CUT_STREAM_PARSER_GET_PRIVATE(parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_class_init': cut-stream-reader.c:59:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 59 | g_type_class_add_private(gobject_class, sizeof(CutStreamReaderPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-stream-reader.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_init': cut-stream-reader.c:67:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 67 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'dispose': cut-stream-reader.c:101:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 101 | priv = CUT_STREAM_READER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'read_channel': cut-stream-reader.c:153:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 153 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'hung_up_channel': cut-stream-reader.c:176:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 176 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'error_channel': cut-stream-reader.c:193:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 193 | "%s", message); | ^ ~~~~~~~~~~~~~~~ cut-stream-reader.c:196:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 196 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_watch_io_channel': cut-stream-reader.c:208:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 208 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_read_from_io_channel': cut-stream-reader.c:241:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 241 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c:253:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 253 | error, "failed to read stream"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_read_from_io_channel_to_end': cut-stream-reader.c:274:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 274 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_read': cut-stream-reader.c:293:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 293 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c:298:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 298 | error, "failed to parse stream"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c: In function 'cut_stream_reader_end_read': cut-stream-reader.c:309:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 309 | priv = CUT_STREAM_READER_GET_PRIVATE(stream_reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-reader.c:317:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 317 | error, "failed to end parse stream"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'end_element_handler': cut-stream-parser.c:2054:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2054 | priv = CUT_STREAM_PARSER_GET_PRIVATE(parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'text_test_start_time': cut-stream-parser.c:2279:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 2279 | GTimeVal start_time; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-stream-parser.c:2281:9: warning: 'g_time_val_from_iso8601' is deprecated: Use 'g_date_time_new_from_iso8601' instead [-Wdeprecated-declarations] 2281 | if (g_time_val_from_iso8601(text, &start_time)) { | ^~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:92: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtimer.h:73:10: note: declared here 73 | gboolean g_time_val_from_iso8601 (const gchar *iso_date, | ^~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'text_result_start_time': cut-stream-parser.c:2393:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 2393 | GTimeVal start_time; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-stream-parser.c:2395:5: warning: 'g_time_val_from_iso8601' is deprecated: Use 'g_date_time_new_from_iso8601' instead [-Wdeprecated-declarations] 2395 | if (g_time_val_from_iso8601(text, &start_time)) { | ^~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtimer.h:73:10: note: declared here 73 | gboolean g_time_val_from_iso8601 (const gchar *iso_date, | ^~~~~~~~~~~~~~~~~~~~~~~ cut-stream-parser.c: In function 'text_handler': cut-stream-parser.c:2558:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 2558 | priv = CUT_STREAM_PARSER_GET_PRIVATE(parser); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-string-diff-writer.lo CC cut-sub-process-group.lo cut-string-diff-writer.c: In function 'cut_string_diff_writer_class_init': cut-string-diff-writer.c:66:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 66 | g_type_class_add_private(gobject_class, sizeof(CutStringDiffWriterPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-string-diff-writer.h:23, from cut-string-diff-writer.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'cut_string_diff_writer_init': cut-string-diff-writer.c:74:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 74 | priv = CUT_STRING_DIFF_WRITER_GET_PRIVATE(writer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'dispose': cut-string-diff-writer.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | priv = CUT_STRING_DIFF_WRITER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'cut_string_diff_writer_get_result': cut-string-diff-writer.c:102:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 102 | return CUT_STRING_DIFF_WRITER_GET_PRIVATE(writer)->result->str; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'write': cut-string-diff-writer.c:110:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 110 | priv = CUT_STRING_DIFF_WRITER_GET_PRIVATE(writer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'write_line': cut-string-diff-writer.c:119:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 119 | priv = CUT_STRING_DIFF_WRITER_GET_PRIVATE(writer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-string-diff-writer.c: In function 'finish': cut-string-diff-writer.c:129:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 129 | priv = CUT_STRING_DIFF_WRITER_GET_PRIVATE(writer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-sub-process-group.c:24: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-test-runner.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_class_init': cut-sub-process-group.c:77:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 77 | g_type_class_add_private(gobject_class, sizeof(CutSubProcessGroupPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_init': cut-sub-process-group.c:85:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 85 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'dispose': cut-sub-process-group.c:97:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 97 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'get_property': cut-sub-process-group.c:139:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 139 | CutSubProcessGroupPrivate *priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_get_test_context': cut-sub-process-group.c:162:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 162 | return CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group)->test_context; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_set_test_context': cut-sub-process-group.c:171:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 171 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cb_complete_run': cut-sub-process-group.c:185:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 185 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_add': cut-sub-process-group.c:202:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 202 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_run': cut-sub-process-group.c:221:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 221 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_run_async': cut-sub-process-group.c:236:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 236 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process-group.c: In function 'cut_sub_process_group_wait': cut-sub-process-group.c:245:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 245 | priv = CUT_SUB_PROCESS_GROUP_GET_PRIVATE(sub_process_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-sub-process.lo CC cut-test-case.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-sub-process.c:24: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-test-runner.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_class_init': cut-sub-process.c:86:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 86 | g_type_class_add_private(gobject_class, sizeof(CutSubProcessPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_init': cut-sub-process.c:94:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 94 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'dispose': cut-sub-process.c:107:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 107 | priv = CUT_SUB_PROCESS_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'get_property': cut-sub-process.c:156:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 156 | CutSubProcessPrivate *priv = CUT_SUB_PROCESS_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_pipeline': cut-sub-process.c:209:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 209 | return CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_pipeline': cut-sub-process.c:218:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 218 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_test_context': cut-sub-process.c:229:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 229 | return CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->test_context; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_test_context': cut-sub-process.c:238:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 238 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_run': cut-sub-process.c:251:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 251 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cb_complete_run': cut-sub-process.c:271:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 271 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_run_async': cut-sub-process.c:282:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 282 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_wait': cut-sub-process.c:297:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 297 | priv = CUT_SUB_PROCESS_GET_PRIVATE(sub_process); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_is_success': cut-sub-process.c:308:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 308 | return CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->is_success; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_is_running': cut-sub-process.c:314:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 314 | return CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->running; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_test_directory': cut-sub-process.c:323:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 323 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_test_directory': cut-sub-process.c:332:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 332 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_source_directory': cut-sub-process.c:341:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 341 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_source_directory': cut-sub-process.c:351:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 351 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_multi_thread': cut-sub-process.c:360:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 360 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_multi_thread': cut-sub-process.c:370:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 370 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_max_threads': cut-sub-process.c:379:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 379 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_max_threads': cut-sub-process.c:389:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 389 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_exclude_files': cut-sub-process.c:398:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 398 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_exclude_files': cut-sub-process.c:408:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 408 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_exclude_directories': cut-sub-process.c:418:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 418 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_exclude_directories': cut-sub-process.c:428:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 428 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_target_test_case_names': cut-sub-process.c:438:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 438 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_target_test_case_names': cut-sub-process.c:448:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 448 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_target_test_names': cut-sub-process.c:457:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 457 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_target_test_names': cut-sub-process.c:467:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 467 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_elapsed': cut-sub-process.c:476:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 476 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_total_elapsed': cut-sub-process.c:485:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 485 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_is_crashed': cut-sub-process.c:494:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 494 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_get_fatal_failures': cut-sub-process.c:503:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 503 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-sub-process.c: In function 'cut_sub_process_set_fatal_failures': cut-sub-process.c:513:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 513 | pipeline = CUT_SUB_PROCESS_GET_PRIVATE(sub_process)->pipeline; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from cut-test-case.h:25, from cut-test-case.c:30: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-case.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-case.c:33: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-case.c: In function 'cut_test_case_class_init': cut-test-case.c:249:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 249 | g_type_class_add_private(gobject_class, sizeof(CutTestCasePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test-case.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'cut_test_case_init': cut-test-case.c:255:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 255 | CutTestCasePrivate *priv = CUT_TEST_CASE_GET_PRIVATE(test_case); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'set_property': cut-test-case.c:275:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 275 | CutTestCasePrivate *priv = CUT_TEST_CASE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'get_property': cut-test-case.c:302:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 302 | CutTestCasePrivate *priv = CUT_TEST_CASE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'cut_test_case_run_setup': cut-test-case.c:372:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 372 | priv = CUT_TEST_CASE_GET_PRIVATE(test_case); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'cut_test_case_run_teardown': cut-test-case.c:388:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 388 | priv = CUT_TEST_CASE_GET_PRIVATE(test_case); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'cut_test_case_run_startup': cut-test-case.c:478:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 478 | priv = CUT_TEST_CASE_GET_PRIVATE(test_case); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-case.c: In function 'cut_test_case_run_shutdown': cut-test-case.c:494:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 494 | priv = CUT_TEST_CASE_GET_PRIVATE(test_case); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-test-container.lo In file included from cut-test-container.h:25, from cut-test-container.c:29: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-container.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-container.c: In function 'cut_test_container_class_init': cut-test-container.c:65:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 65 | g_type_class_add_private(gobject_class, sizeof(CutTestContainerPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../glib-compatible/glib-compatible.h:23, from cut-test-container.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'cut_test_container_init': cut-test-container.c:71:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 71 | CutTestContainerPrivate *priv = CUT_TEST_CONTAINER_GET_PRIVATE(container); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'dispose': cut-test-container.c:80:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 80 | CutTestContainerPrivate *priv = CUT_TEST_CONTAINER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'cut_test_container_add_test': cut-test-container.c:94:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 94 | CutTestContainerPrivate *priv = CUT_TEST_CONTAINER_GET_PRIVATE(container); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'cut_test_container_get_children': cut-test-container.c:105:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 105 | return CUT_TEST_CONTAINER_GET_PRIVATE(container)->tests; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'get_elapsed': cut-test-container.c:117:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 117 | priv = CUT_TEST_CONTAINER_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'set_elapsed': cut-test-container.c:135:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 135 | CUT_TEST_CONTAINER_GET_PRIVATE(test)->elapsed = elapsed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-container.c: In function 'cut_test_container_get_n_tests': cut-test-container.c:192:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 192 | priv = CUT_TEST_CONTAINER_GET_PRIVATE(container); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-test-context.lo CC cut-test-data.lo CC cut-test-iterator.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from cut-run-context.h:25, from cut-test-context.c:47: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-context.c:31: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-context.c:51: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-context.c: In function 'cut_test_context_class_init': cut-test-context.c:245:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 245 | g_type_class_add_private(gobject_class, sizeof(CutTestContextPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-run-context.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_init': cut-test-context.c:258:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 258 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'dispose': cut-test-context.c:351:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 351 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'set_parent': cut-test-context.c:434:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 434 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'get_property': cut-test-context.c:484:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 484 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_current_push': cut-test-context.c:536:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 536 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_run_context': cut-test-context.c:607:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 607 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->run_context; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_run_context': cut-test-context.c:613:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 613 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_test_suite': cut-test-context.c:626:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 626 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->test_suite; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_test_suite': cut-test-context.c:632:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 632 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_test_case': cut-test-context.c:644:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 644 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->test_case; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_test_case': cut-test-context.c:650:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 650 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_test_iterator': cut-test-context.c:662:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 662 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->test_iterator; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_test_iterator': cut-test-context.c:669:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 669 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_test': cut-test-context.c:681:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 681 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->test; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_test': cut-test-context.c:687:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 687 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_add_data': cut-test-context.c:704:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 704 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_attributes': cut-test-context.c:735:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 735 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_data': cut-test-context.c:770:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 770 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_data': cut-test-context.c:786:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 786 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_shift_data': cut-test-context.c:796:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 796 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_have_data': cut-test-context.c:805:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 805 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->current_data != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_current_data': cut-test-context.c:813:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 813 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_n_data': cut-test-context.c:822:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 822 | return g_list_length(CUT_TEST_CONTEXT_GET_PRIVATE(context)->data_list); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_jump_buffer': cut-test-context.c:828:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 828 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_jump_buffer': cut-test-context.c:836:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 836 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->jump_buffer; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_long_jump': cut-test-context.c:843:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 843 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c:847:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 847 | parent_priv = CUT_TEST_CONTEXT_GET_PRIVATE(priv->parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_pass_assertion': cut-test-context.c:882:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 882 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'get_process_from_pid': cut-test-context.c:893:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 893 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_emit_signal': cut-test-context.c:911:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 911 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_current_result': cut-test-context.c:932:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 932 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_current_result_user_message': cut-test-context.c:963:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 963 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_have_current_result': cut-test-context.c:973:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 973 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->current_result != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_process_current_result': cut-test-context.c:982:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 982 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_start_user_message_jump': cut-test-context.c:1043:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1043 | CUT_TEST_CONTEXT_GET_PRIVATE(context)->user_message_jump_nest++; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_finish_user_message_jump': cut-test-context.c:1049:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1049 | CUT_TEST_CONTEXT_GET_PRIVATE(context)->user_message_jump_nest--; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_in_user_message_jump': cut-test-context.c:1055:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1055 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->user_message_jump_nest > 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_failed': cut-test-context.c:1061:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1061 | CUT_TEST_CONTEXT_GET_PRIVATE(context)->failed = failed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_is_failed': cut-test-context.c:1067:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1067 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->failed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_need_test_run': cut-test-context.c:1074:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1074 | !CUT_TEST_CONTEXT_GET_PRIVATE(context)->omitted; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_take': cut-test-context.c:1085:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1085 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_take_memdup': cut-test-context.c:1126:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 1126 | return cut_test_context_take_memory(context, g_memdup(memory, size)); | ^~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ cut-test-context.c: In function 'cut_test_context_trap_fork': cut-test-context.c:1230:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1230 | CutTestContextPrivate *priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_multi_thread': cut-test-context.c:1325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1325 | CUT_TEST_CONTEXT_GET_PRIVATE(context)->is_multi_thread = is_multi_thread; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_is_multi_thread': cut-test-context.c:1331:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1331 | return CUT_TEST_CONTEXT_GET_PRIVATE(context)->is_multi_thread; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_to_xml_string': cut-test-context.c:1350:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1350 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_fixture_data_dir': cut-test-context.c:1383:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1383 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_build_fixture_path_va_list': cut-test-context.c:1401:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1401 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_fixture_data_va_list': cut-test-context.c:1450:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1450 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_build_source_filename': cut-test-context.c:1501:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1501 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_push_backtrace': cut-test-context.c:1562:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1562 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_pop_backtrace': cut-test-context.c:1603:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1603 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_get_last_backtrace': cut-test-context.c:1623:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1623 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_user_message_va_list': cut-test-context.c:1671:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1671 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_check_optional_assertion_message': cut-test-context.c:1685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1685 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_keep_user_message': cut-test-context.c:1696:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1696 | CUT_TEST_CONTEXT_GET_PRIVATE(context)->user_message_keep_count++; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_expected': cut-test-context.c:1704:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1704 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-context.c: In function 'cut_test_context_set_actual': cut-test-context.c:1715:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1715 | priv = CUT_TEST_CONTEXT_GET_PRIVATE(context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cut-test-data.c:28: cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-data.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-data.c:31: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-data.c: In function 'cut_test_data_class_init': cut-test-data.c:96:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 96 | g_type_class_add_private(gobject_class, sizeof(CutTestDataPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test.h:25: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_init': cut-test-data.c:102:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 102 | CutTestDataPrivate *priv = CUT_TEST_DATA_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'dispose': cut-test-data.c:131:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 131 | CutTestDataPrivate *priv = CUT_TEST_DATA_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'set_property': cut-test-data.c:145:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 145 | CutTestDataPrivate *priv = CUT_TEST_DATA_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'get_property': cut-test-data.c:170:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 170 | CutTestDataPrivate *priv = CUT_TEST_DATA_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_get_name': cut-test-data.c:208:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 208 | return CUT_TEST_DATA_GET_PRIVATE(test_data)->name; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_set_name': cut-test-data.c:216:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 216 | priv = CUT_TEST_DATA_GET_PRIVATE(test_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_get_value': cut-test-data.c:226:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 226 | return CUT_TEST_DATA_GET_PRIVATE(test_data)->value; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_set_value': cut-test-data.c:235:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 235 | priv = CUT_TEST_DATA_GET_PRIVATE(test_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-data.c: In function 'cut_test_data_to_xml_string': cut-test-data.c:258:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 258 | priv = CUT_TEST_DATA_GET_PRIVATE(test_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from cut-test-iterator.h:25, from cut-test-iterator.c:30: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-iterator.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-iterator.c:34: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-iterator.c: In function 'cut_test_iterator_class_init': cut-test-iterator.c:143:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 143 | g_type_class_add_private(gobject_class, sizeof(CutTestIteratorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test-iterator.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-iterator.c: In function 'cut_test_iterator_init': cut-test-iterator.c:149:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 149 | CutTestIteratorPrivate *priv = CUT_TEST_ITERATOR_GET_PRIVATE(test_iterator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-iterator.c: In function 'set_property': cut-test-iterator.c:167:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 167 | CutTestIteratorPrivate *priv = CUT_TEST_ITERATOR_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-iterator.c: In function 'get_property': cut-test-iterator.c:188:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 188 | CutTestIteratorPrivate *priv = CUT_TEST_ITERATOR_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-iterator.c: In function 'run_iterated_tests': cut-test-iterator.c:445:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 445 | priv = CUT_TEST_ITERATOR_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-iterator.c: In function 'run': cut-test-iterator.c:524:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 524 | priv = CUT_TEST_ITERATOR_GET_PRIVATE(test_iterator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-test-result.lo In file included from cut-test-result.h:25, from cut-test-result.c:28: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-result.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c:57:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 57 | GTimeVal start_time; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c: In function 'cut_test_result_class_init': cut-test-result.c:211:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 211 | g_type_class_add_private(gobject_class, sizeof(CutTestResultPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test-result.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_init': cut-test-result.c:217:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 217 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'dispose': cut-test-result.c:244:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 244 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'set_property': cut-test-result.c:325:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 325 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'get_property': cut-test-result.c:387:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 387 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_status': cut-test-result.c:506:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 506 | return CUT_TEST_RESULT_GET_PRIVATE(result)->status; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_message': cut-test-result.c:524:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 524 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test': cut-test-result.c:581:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 581 | return CUT_TEST_RESULT_GET_PRIVATE(result)->test; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_iterator': cut-test-result.c:587:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 587 | return CUT_TEST_RESULT_GET_PRIVATE(result)->test_iterator; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_case': cut-test-result.c:593:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 593 | return CUT_TEST_RESULT_GET_PRIVATE(result)->test_case; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_name': cut-test-result.c:601:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 601 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_iterator_name': cut-test-result.c:612:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 612 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_case_name': cut-test-result.c:622:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 622 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_suite': cut-test-result.c:632:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 632 | return CUT_TEST_RESULT_GET_PRIVATE(result)->test_suite; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_suite_name': cut-test-result.c:638:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 638 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_test_data': cut-test-result.c:648:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 648 | return CUT_TEST_RESULT_GET_PRIVATE(result)->test_data; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_user_message': cut-test-result.c:654:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 654 | return CUT_TEST_RESULT_GET_PRIVATE(result)->user_message; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_system_message': cut-test-result.c:660:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 660 | return CUT_TEST_RESULT_GET_PRIVATE(result)->system_message; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_backtrace': cut-test-result.c:666:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 666 | return CUT_TEST_RESULT_GET_PRIVATE(result)->backtrace; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: At top level: cut-test-result.c:670:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 670 | cut_test_result_get_start_time (CutTestResult *result, GTimeVal *start_time) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_start_time': cut-test-result.c:672:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 672 | memcpy(start_time, &(CUT_TEST_RESULT_GET_PRIVATE(result)->start_time), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c:673:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 673 | sizeof(GTimeVal)); | ^~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_elapsed': cut-test-result.c:679:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 679 | return CUT_TEST_RESULT_GET_PRIVATE(result)->elapsed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_expected': cut-test-result.c:685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 685 | return CUT_TEST_RESULT_GET_PRIVATE(result)->expected; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_actual': cut-test-result.c:691:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 691 | return CUT_TEST_RESULT_GET_PRIVATE(result)->actual; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_diff': cut-test-result.c:699:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 699 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_get_folded_diff': cut-test-result.c:723:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 723 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'append_backtrace_to_string': CC cut-test-runner.lo cut-test-result.c:784:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 784 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'append_test_result_to_string': cut-test-result.c:804:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 804 | GTimeVal start_time; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c:824:5: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations] 824 | start_time_string = g_time_val_to_iso8601(&start_time); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:92: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtimer.h:76:10: note: declared here 76 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_status': cut-test-result.c:923:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 923 | CUT_TEST_RESULT_GET_PRIVATE(result)->status = status; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_test': cut-test-result.c:929:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 929 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_test_iterator': cut-test-result.c:943:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 943 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_test_case': cut-test-result.c:956:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 956 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_test_suite': cut-test-result.c:969:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 969 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_test_data': cut-test-result.c:982:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 982 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_user_message': cut-test-result.c:996:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 996 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_message': cut-test-result.c:1012:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1012 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_system_message': cut-test-result.c:1031:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1031 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_backtrace': cut-test-result.c:1046:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1046 | CutTestResultPrivate *priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: At top level: cut-test-result.c:1058:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 1058 | cut_test_result_set_start_time (CutTestResult *result, GTimeVal *start_time) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_start_time': cut-test-result.c:1060:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1060 | memcpy(&(CUT_TEST_RESULT_GET_PRIVATE(result)->start_time), start_time, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c:1061:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 1061 | sizeof(GTimeVal)); | ^~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_elapsed': cut-test-result.c:1068:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1068 | CUT_TEST_RESULT_GET_PRIVATE(result)->elapsed = elapsed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_expected': cut-test-result.c:1099:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1099 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_actual': cut-test-result.c:1118:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1118 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_diff': cut-test-result.c:1137:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1137 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-result.c: In function 'cut_test_result_set_folded_diff': cut-test-result.c:1157:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1157 | priv = CUT_TEST_RESULT_GET_PRIVATE(result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from cut-test-runner.h:25, from cut-test-runner.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-runner.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-runner.c:30: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-test-suite.lo In file included from ../cutter/cut-test-container.h:25, from cut-test-suite.h:25, from cut-test-suite.c:36: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test-suite.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test-suite.c:43: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-suite.c: In function 'cut_test_suite_class_init': cut-test-suite.c:139:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 139 | g_type_class_add_private(gobject_class, sizeof(CutTestSuitePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test-suite.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test-suite.c: In function 'cut_test_suite_init': cut-test-suite.c:145:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 145 | CutTestSuitePrivate *priv = CUT_TEST_SUITE_GET_PRIVATE(test_suite); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-suite.c: In function 'set_property': cut-test-suite.c:163:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 163 | CutTestSuitePrivate *priv = CUT_TEST_SUITE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-suite.c: In function 'get_property': cut-test-suite.c:184:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 184 | CutTestSuitePrivate *priv = CUT_TEST_SUITE_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test-suite.c: In function 'cut_test_suite_run_test_cases': cut-test-suite.c:326:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 326 | priv = CUT_TEST_SUITE_GET_PRIVATE(test_suite); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-test-utils-helper.lo CC cut-test.lo In file included from cut-test.c:31: cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-test.c:29: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-test.c:34: cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c:54:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 54 | GTimeVal start_time; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c: In function 'cut_test_class_init': cut-test.c:266:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 266 | g_type_class_add_private(gobject_class, sizeof(CutTestPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-test.h:25: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_init': cut-test.c:272:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 272 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'dispose': cut-test.c:298:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 298 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'set_property': cut-test.c:338:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 338 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'get_property': cut-test.c:369:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 369 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'start': cut-test.c:409:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 409 | GTimeVal value; | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c:410:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 410 | g_get_current_time(&value); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ cut-test.c: In function 'is_available': cut-test.c:418:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 418 | return CUT_TEST_GET_PRIVATE(test)->test_function != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'invoke': cut-test.c:426:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 426 | priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'run': cut-test.c:447:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 447 | priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_is_own_jump_buffer': cut-test.c:549:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 549 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_get_name': cut-test.c:557:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 557 | return CUT_TEST_GET_PRIVATE(test)->name; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_set_name': cut-test.c:563:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 563 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_get_full_name': cut-test.c:582:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 582 | priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: At top level: cut-test.c:614:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 614 | cut_test_get_start_time (CutTest *test, GTimeVal *start_time) | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c: In function 'cut_test_get_start_time': cut-test.c:616:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 616 | memcpy(start_time, &(CUT_TEST_GET_PRIVATE(test)->start_time), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c:617:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 617 | sizeof(GTimeVal)); | ^~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c: At top level: cut-test.c:621:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 621 | cut_test_set_start_time (CutTest *test, GTimeVal *start_time) | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c: In function 'cut_test_set_start_time': cut-test.c:623:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 623 | memcpy(&(CUT_TEST_GET_PRIVATE(test)->start_time), start_time, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c:624:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 624 | sizeof(GTimeVal)); | ^~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-test.c: In function 'get_elapsed': cut-test.c:630:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 630 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'set_elapsed': cut-test.c:650:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 650 | CUT_TEST_GET_PRIVATE(test)->elapsed = elapsed; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_get_attribute': cut-test.c:662:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 662 | return g_hash_table_lookup(CUT_TEST_GET_PRIVATE(test)->attributes, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_set_attribute': cut-test.c:668:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 668 | g_hash_table_replace(CUT_TEST_GET_PRIVATE(test)->attributes, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_get_attributes': cut-test.c:676:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 676 | return CUT_TEST_GET_PRIVATE(test)->attributes; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_get_base_directory': cut-test.c:682:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 682 | return CUT_TEST_GET_PRIVATE(test)->base_directory; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_set_base_directory': cut-test.c:688:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 688 | CutTestPrivate *priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_to_xml_string': cut-test.c:739:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 739 | priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cut-test.c:755:5: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations] 755 | start_time = g_time_val_to_iso8601(&(priv->start_time)); | ^~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:92: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtimer.h:76:10: note: declared here 76 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ cut-test.c: In function 'cut_test_set_result_elapsed': cut-test.c:784:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 784 | priv = CUT_TEST_GET_PRIVATE(test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ CC cut-ui-factory-builder.lo In file included from ../gcutter/gcut-assertions.h:25, from cut-test-utils-helper.c:27: ../gcutter/gcut-assertions-helper.h:116:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 116 | void gcut_assert_equal_time_val_helper (GTimeVal *expected, | ^~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-utils.h:23, from cut-test-utils-helper.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../gcutter/gcut-assertions-helper.h:117:46: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 117 | GTimeVal *actual, | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-ui.lo CC cut-unified-differ.lo CC cut-utils.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from cut-ui.h:24, from cut-ui.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-ui.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_class_init': cut-unified-differ.c:61:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 61 | g_type_class_add_private(gobject_class, sizeof(CutUnifiedDifferPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-unified-differ.h:23, from cut-unified-differ.c:28: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_init': cut-unified-differ.c:69:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 69 | priv = CUT_UNIFIED_DIFFER_GET_PRIVATE(differ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'dispose': cut-unified-differ.c:79:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 79 | priv = CUT_UNIFIED_DIFFER_GET_PRIVATE(object); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_set_from_label': cut-unified-differ.c:108:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 108 | priv = CUT_UNIFIED_DIFFER_GET_PRIVATE(differ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_get_from_label': cut-unified-differ.c:116:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 116 | return CUT_UNIFIED_DIFFER_GET_PRIVATE(differ)->from_label; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_set_to_label': cut-unified-differ.c:124:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 124 | priv = CUT_UNIFIED_DIFFER_GET_PRIVATE(differ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'cut_unified_differ_get_to_label': cut-unified-differ.c:132:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 132 | return CUT_UNIFIED_DIFFER_GET_PRIVATE(differ)->to_label; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut-unified-differ.c: In function 'diff': cut-unified-differ.c:195:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 195 | priv = CUT_UNIFIED_DIFFER_GET_PRIVATE(differ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from cut-sub-process.h:25, from cut-utils.c:40: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-utils.c:29: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-verbose-level.lo In file included from cut-utils.c:47: ../gcutter/gcut-assertions-helper.h:116:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 116 | void gcut_assert_equal_time_val_helper (GTimeVal *expected, | ^~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../gcutter/gcut-assertions-helper.h:117:46: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 117 | GTimeVal *actual, | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-logger.lo CC cut-loader-customizer-factory-builder.lo CC cut-loader-customizer.lo CC cut-diff.o In file included from ../cutter/cut-loader.h:25, from cut-loader-customizer.h:25, from cut-loader-customizer.c:26: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-loader-customizer.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CC cut-enum-types.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-test-runner.h:25, from cut-main.h:25, from cut-diff.c:27: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gi18n.h:23, from cut-diff.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-suite.h:25, from ../cutter/cut-run-context.h:25, from ../cutter/cut-stream-reader.h:25, from cut-file-stream-reader.h:25, from cut-enum-types.c:15: ../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cut-enum-types.h:7, from cut-enum-types.c:4: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-process.h:24, from cut-enum-types.c:23: ../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD libcutter.la CCLD cut-diff CCLD cutter gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cutter' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cutter' Making all in cppcutter gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cppcutter' CXX cppcut-assertions-helper.lo CXX cppcut-message.lo CXX cppcut-test.lo In file included from cppcut-test.h:25, from cppcut-test.cpp:24: ../cutter/cut-test.h:128:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cppcut-test.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ ../cutter/cut-test.h:130:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ CXX cppcut-test-iterator.lo In file included from ../cutter/cut-test-container.h:25, from ../cutter/cut-test-iterator.h:25, from cppcut-test-iterator.h:25, from cppcut-test-iterator.cpp:24: ../cutter/cut-test.h:128:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cppcut-test-iterator.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ ../cutter/cut-test.h:130:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ CXX cppcut-iterated-test.lo CXX cppcut-test-methods.lo In file included from ../cutter/cut-iterated-test.h:26, from cppcut-iterated-test.h:25, from cppcut-iterated-test.cpp:24: ../cutter/cut-test.h:128:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from cppcut-iterated-test.h:23: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ ../cutter/cut-test.h:130:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from cppcut-test-methods.h:23, from cppcut-test-methods.cpp:28: ../cutter/cut-test.h:128:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib-object.h:24, from ../cutter/cut-test.h:25: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ ../cutter/cut-test.h:130:67: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ CXXLD libcppcutter.la gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/cppcutter' Making all in gdkcutter-pixbuf gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gdkcutter-pixbuf' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gdkcutter-pixbuf' Making all in soupcutter gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/soupcutter' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/soupcutter' Making all in module gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module' Making all in ui gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/ui' CC cut-console-ui-factory.lo CC cut-console-ui.lo In file included from ../../cutter/cut-test-container.h:25, from ../../cutter/cut-test-suite.h:25, from ../../cutter/cut-run-context.h:25, from ../../cutter/cut-ui.h:24, from cut-console-ui.c:32: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-console-ui.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-console-ui.c:34: ../../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../cutter/cut-test-container.h:25, from ../../cutter/cut-test-suite.h:25, from ../../cutter/cut-run-context.h:25, from ../../cutter/cut-ui.h:24, from cut-console-ui-factory.c:31: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-console-ui-factory.c:26: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD console_factory.la CCLD console.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/ui' Making all in report gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/report' CC cut-xml-report-factory.lo CC cut-xml-report.lo In file included from ../../cutter/cut-test-container.h:25, from ../../cutter/cut-test-suite.h:25, from ../../cutter/cut-run-context.h:25, from cut-xml-report.c:35: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-xml-report.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-xml-report.c:36: ../../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD xml_factory.la CCLD xml.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/report' Making all in stream gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/stream' CC cut-xml-stream-factory.lo CC cut-xml-stream.lo In file included from ../../cutter/cut-test-container.h:25, from ../../cutter/cut-test-suite.h:25, from ../../cutter/cut-run-context.h:25, from cut-xml-stream.c:34: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-xml-stream.c:27: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from cut-xml-stream.c:35: ../../cutter/cut-test-result.h:81:57: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 81 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test-result.h:109:43: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 109 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD xml_factory.la CCLD xml.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/stream' Making all in loader-customizer gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/loader-customizer' CC cut-cpp-integration-loader-customizer-factory.lo CC cut-cpp-integration-loader-customizer.lo In file included from ../../cutter/cut-loader.h:25, from ../../cutter/cut-loader-customizer.h:25, from cut-cpp-integration-loader-customizer-factory.c:30: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-cpp-integration-loader-customizer-factory.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../cutter/cut-loader.h:25, from ../../cutter/cut-loader-customizer.h:25, from cut-cpp-integration-loader-customizer.c:28: ../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from cut-cpp-integration-loader-customizer.c:24: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD cpp-integration-factory.la CCLD cpp-integration.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../cutter/.libs/libcutter.so: attempted multiple inclusion of file ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../cutter/.libs/libcutter.so: attempted multiple inclusion of file gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module/loader-customizer' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/module' Making all in data gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data' Making all in icons gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons' Making all in kinotan gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons/kinotan' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons/kinotan' gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons' gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data/icons' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/data' Making all in test gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test' Making all in lib gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib' Making all in cuttest-echo gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib/cuttest-echo' CC cuttest-echo.o CCLD cuttest-echo gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib/cuttest-echo' gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib' gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/lib' Making all in fixtures gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures' Making all in assertions gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions' Making all in sub gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions/sub' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions/sub' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/assertions' Making all in data gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/data' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/data' Making all in factory gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory' Making all in type1 gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory/type1' CC module2-factory.lo CC module1-factory.lo CC module3-factory.lo In file included from module1-factory.c:6: ../../../../cutter/cut-test.h:128:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 128 | GTimeVal *start_time); | ^~~~~~~~ In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:32, from module1-factory.c:1: /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ../../../../cutter/cut-test.h:130:44: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 130 | GTimeVal *start_time); | ^~~~~~~~ /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ CCLD module3-factory.la CCLD module2-factory.la CCLD module1-factory.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory/type1' Making all in type2 gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory/type2' CC factory-module1.lo CC factory-module2.lo CCLD factory-module1.la CCLD factory-module2.la CCLD factory-module3.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory/type2' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/factory' Making all in loader gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader' Making all in attribute gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/attribute' CC stub-attribute-test.lo CCLD stub-attribute-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/attribute' Making all in fixture gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/fixture' CC without-prefix.lo CC with-prefix.lo CC all.lo CCLD all.la CCLD without-prefix.la CCLD with-prefix.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/fixture' Making all in iterator gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/iterator' CC success-iterated-test.lo CCLD success-iterated-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/iterator' Making all in module gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/module' CC test2.lo CC cannot-load-module.lo CC test1.lo CCLD cannot-load-module.la CCLD test2.la CCLD test1.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/module' Making all in suite gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/suite' CC suite-cuttest-loader-valid.lo CC suite-cuttest-loader-invalid.lo CC suite-cuttest-loader-none.lo CCLD suite-cuttest-loader-none.la CCLD suite-cuttest-loader-valid.la CCLD suite-cuttest-loader-invalid.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/suite' Making all in test gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/test' CC stub-test-functions.lo CCLD stub-test-functions.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/test' Making all in cpp gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/cpp' CXX stub-namespace.lo CXX stub-nested-namespace.lo CXX stub-multi-namespace.lo CXX stub-data-driven-test.lo CXXLD stub-multi-namespace.la CXXLD stub-nested-namespace.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file CXXLD stub-namespace.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file CXXLD stub-data-driven-test.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/cpp' Making all in cpp-fixture gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/cpp-fixture' CXX with-prefix.lo CXX without-prefix.lo CXX all.lo CXXLD all.la CXXLD without-prefix.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file CXXLD with-prefix.la ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file ld: warning: file /tmp/work/devel/cutter/work/cutter-1.2.9/cutter/.libs/libcutter.so: linked to ../../../../cutter/.libs/libcutter.so: attempted multiple inclusion of file gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader/cpp-fixture' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/loader' Making all in pipeline gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline' Making all in error gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/error' CC error-test.lo CCLD error-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/error' Making all in failure gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/failure' CC failure-test.lo CCLD failure-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/failure' Making all in omission gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/omission' CC omission-test.lo CCLD omission-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/omission' Making all in pending gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/pending' CC pending-test.lo CCLD pending-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/pending' Making all in success gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/success' CC success-test.lo CCLD success-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/success' Making all in setup-error gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/setup-error' CC setup-error-test.lo CCLD setup-error-test.la gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline/setup-error' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pipeline' Making all in repository gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/repository' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/repository' Making all in sub-process gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process' Making all in fixtures gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures' Making all in normal gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures/normal' CC test-normal.lo CCLD test-normal.la gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures/normal' gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures' gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process/fixtures' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process' Making all in sub-process-group gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group' Making all in fixtures gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures' Making all in normal gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures/normal' CC test-normal.lo CCLD test-normal.la gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures/normal' gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures' gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group/fixtures' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/sub-process-group' Making all in xml-stream gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/xml-stream' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/xml-stream' Making all in file-stream-reader gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/file-stream-reader' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/file-stream-reader' Making all in pixbuf gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pixbuf' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/pixbuf' Making all in path gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path' Making all in parent gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent' Making all in sub gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent/sub' gmake[6]: Nothing to be done for 'all'. gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent/sub' gmake[6]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent' gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path/parent' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/path' Making all in test-context gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/test-context' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/test-context' Making all in test-directory gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/test-directory' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/test-directory' Making all in thread gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread' Making all in failure gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread/failure' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread/failure' gmake[5]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread' gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures/thread' gmake[4]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures' gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/fixtures' Making all in cutter gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/cutter' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/cutter' Making all in gcutter gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/gcutter' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/gcutter' Making all in cppcutter gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/cppcutter' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/cppcutter' Making all in gdkcutter-pixbuf gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/gdkcutter-pixbuf' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/gdkcutter-pixbuf' Making all in soupcutter gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/soupcutter' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test/soupcutter' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/test' Making all in sample gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample' Making all in glib gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample/glib' CC iochannel.lo CC array.lo CC base64.lo CC keyfile.lo CC utf8-pointer.lo CC utf8-validate.lo In file included from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/devel/cutter/work/.buildlink/include/glib-2.0/glib.h:56, from utf8-validate.c:22: utf8-validate.c: In function 'do_test': /tmp/work/devel/cutter/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))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf8-validate.c:303:7: note: in expansion of macro 'g_string_free' 303 | g_string_free (str, FALSE); | ^~~~~~~~~~~~~ CC uri.lo CCLD test_array.la CCLD test_base64.la CCLD test_iochannel.la CCLD test_utf8_pointer.la CCLD test_utf8_validate.la CCLD test_uri.la CCLD test_keyfile.la gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample/glib' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/sample' Making all in gst-plugins gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins' Making all in test gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins/test' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins/test' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/gst-plugins' Making all in po gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/po' MSGFMT ja.gmo gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/po' Making all in misc gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/misc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/misc' Making all in license gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/license' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/license' Making all in doc gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc' Making all in reference gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc/reference' Makefile:1484: warning: overriding recipe for target 'cutter-overrides.txt' Makefile:1339: warning: ignoring old recipe for target 'cutter-overrides.txt' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc/reference' gmake[3]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/doc' Making all in html gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/html' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/html' Making all in vcc gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9/vcc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9/vcc' gmake[2]: Entering directory '/tmp/work/devel/cutter/work/cutter-1.2.9' gmake[2]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9' gmake[1]: Leaving directory '/tmp/work/devel/cutter/work/cutter-1.2.9' *** Please use pkgtools/verifypc to sanity check dependencies.