mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01: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