mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
- 32-bits FTBFS src/nxt_otel.c:176:45: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] 176 | cur = sprintf((char *) body_buf, "%lu", body_size); | ~~~ ^~~~~~~~~ | %zu