Snippets for libpathrs 0.2.5 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/libpathrs/libpathrs-0.2.5-r1.log.
-
cat.c:111:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'char *' [-Wformat=] 111 | bail("write was short (read %dB, wrote %dB)", copied, written); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | char * -
cat.c:111:30: warning: format '%d' expects a matching 'int' argument [-Wformat=] 111 | bail("write was short (read %dB, wrote %dB)", copied, written); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
cat_multithread.c:86:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'char *' [-Wformat=] 86 | bail("write was short (read %dB, wrote %dB)", copied, written); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | char * -
cat_multithread.c:86:30: warning: format '%d' expects a matching 'int' argument [-Wformat=] 86 | bail("write was short (read %dB, wrote %dB)", copied, written); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~