mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 22:50:37 -08:00
Removing compiler warning
Copied from Perforce Change: 18679 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
87e859bab1
commit
6c96fd2ccd
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
/* impl.c.trace: GENERIC TRACER IMPLEMENTATION
|
||||
*
|
||||
* $HopeName: MMsrc!trace.c(trunk.38) $
|
||||
* $HopeName: MMsrc!trace.c(trunk.39) $
|
||||
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "mpm.h"
|
||||
|
||||
SRCID(trace, "$HopeName: MMsrc!trace.c(trunk.38) $");
|
||||
SRCID(trace, "$HopeName: MMsrc!trace.c(trunk.39) $");
|
||||
|
||||
|
||||
/* ScanStateCheck -- check consistency of a ScanState object */
|
||||
|
|
@ -480,7 +480,7 @@ static void TraceReclaim(Trace trace)
|
|||
/* the same as the one above, but in that case it's new and */
|
||||
/* still shouldn't be white for this trace. */
|
||||
{
|
||||
Seg nonWhiteSeg;
|
||||
Seg nonWhiteSeg = NULL; /* prevents compiler warning */
|
||||
AVER(!(SegOfAddr(&nonWhiteSeg, arena, base) &&
|
||||
TraceSetIsMember(SegWhite(nonWhiteSeg), trace->ti)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue