mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Seen when building binutils with gcc -m32 on x86_64-linux. chew.c: In function ‘print’: chew.c:1434:59: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘intptr_t’ {aka ‘int’} [-Wformat=] 1434 | fprintf (stderr, "print: illegal print destination `%ld'\n", *isp); | ~~^ ~~~~ | | | | | intptr_t {aka int} | long int | %d * chew.c: Include inttypes.h. (print): Use PRIdPTR for *isp. |
||
---|---|---|
.. | ||
bfd.texi | ||
bfdint.texi | ||
bfdsumm.texi | ||
ChangeLog-0415 | ||
ChangeLog-9103 | ||
chew.c | ||
doc.str | ||
fdl.texi | ||
header.sed | ||
local.mk | ||
makefile.vms | ||
proto.str | ||
webassembly.texi |