1
Fork 0
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:
David Jones 1997-08-27 12:43:51 +01:00
parent 87e859bab1
commit 6c96fd2ccd

View file

@ -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)));
}