Snippets for apr 1.7.6 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/main/apr/apr-1.7.6-r0.log.
-
testatomic.c:331:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'apr_uint64_t' {aka 'long long unsigned int'} [-Wformat=] 331 | str = apr_psprintf(p, "zero wrap failed: 0 - 1 = %lu", y64); | ~~^ ~~~ | | | | | apr_uint64_t {aka long long unsigned int} | long unsigned int | %llu -
testatomic.c:345:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'apr_uint64_t' {aka 'long long unsigned int'} [-Wformat=] 345 | str = apr_psprintf(p, "zero wrap failed: -1 + 1 = %lu", y64); | ~~^ ~~~ | | | | | apr_uint64_t {aka long long unsigned int} | long unsigned int | %llu