Snippets for apk-tools 3.0.8 from Alpine x86_64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/apk-tools/apk-tools-3.0.8-r0.log.
-
../test/unit/blob_test.c:54:17: warning: 'cmocka_macro' is deprecated: cast_ptr_to_largest_integral_type: use cast_ptr_to_uintmax_type instead [-Wdeprecated-declarations] 54 | else assert_blob_identical(url, res); | ^~~~ -
../test/unit/blob_test.c:54:17: warning: 'cmocka_macro' is deprecated: cast_ptr_to_largest_integral_type: use cast_ptr_to_uintmax_type instead [-Wdeprecated-declarations]
-
../test/unit/io_test.c:27:9: warning: 'cmocka_macro' is deprecated: expect_value: use expect_int_value or expect_uint_value instead [-Wdeprecated-declarations] 27 | expect_value(closedir, dir, 1); | ^~~~~~~~~~~~ -
../test/unit/io_test.c:27:9: warning: 'cmocka_macro' is deprecated: expect_value_count: use expect_int_value_count or expect_uint_value_count instead [-Wdeprecated-declarations]
-
../test/unit/io_test.c:33:9: warning: 'cmocka_macro' is deprecated: check_expected: use check_expected_int or check_expected_uint instead [-Wdeprecated-declarations] 33 | check_expected(dir); | ^~~~~~~~~~~~~~