Snippets for lrzip 0.660 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/lrzip/lrzip-0.660-r0.log.
-
stream.c:449:27: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'i64' {aka 'long long int'} [-Wformat=] 449 | print_err("Failed to allocate %ld bytes for decompression\n", dlen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | i64 {aka long long int} -
stream.c:465:27: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'i64' {aka 'long long int'} [-Wformat=] 465 | print_err("Inconsistent length after decompression. Got %ld bytes, expected %"PRId64"\n", dlen, ucthread->u_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | i64 {aka long long int} -
stream.c:1953:34: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'i64' {aka 'long long int'} [-Wformat=] 1953 | print_maxverbose("lz4 testing FAILED for chunk %ld. %d Passes\n", s_len, workcounter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ | | | i64 {aka long long int} -
stream.c:1955:34: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'i64' {aka 'long long int'} [-Wformat=] 1955 | print_maxverbose("lz4 testing OK for chunk %ld. Compressed size = %5.2F%% of chunk, %d Passes\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1956 | s_len, 100 * ((double) best_dlen / (double) test_len), workcounter); | ~~~~~ | | | i64 {aka long long int}