1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Adding casts to varargs in diagnostic output

Copied from Perforce
 Change: 178092
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Lovemore 2012-05-03 15:17:04 +01:00
parent f7364dfe5e
commit 64192bbfa6
6 changed files with 82 additions and 69 deletions

View file

@ -296,9 +296,9 @@ Res ChainCondemnAuto(double *mortalityReturn, Chain chain, Trace trace)
} while (genNewSize >= gen->capacity * (Size)1024);
DIAG_SINGLEF(( "ChainCondemnAuto",
"condemn gens [0..$U]", topCondemnedGenSerial,
" (of $U)", chain->genCount,
" of this chain $P.", (void*)chain,
"condemn gens [0..$U]", (WriteFU)topCondemnedGenSerial,
" (of $U)", (WriteFU)chain->genCount,
" of this chain $P.", (WriteFP)chain,
NULL ));
/* Condemn everything in these zones. */