mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Adding casts to varargs in diagnostic output
Copied from Perforce Change: 178092 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c36033e00c
commit
4ee202d5cf
6 changed files with 82 additions and 69 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue