From b7e2e7be1a730d9488a37d26d6b4e8412548cb2c Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Mon, 8 Jul 2002 14:37:12 +0100 Subject: Unused parameter declaration. Copied from Perforce Change: 30880 ServerID: perforce.ravenbrook.com --- mps/code/poolams.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mps/code') diff --git a/mps/code/poolams.c b/mps/code/poolams.c index b8650af428e..d649a4794f2 100644 --- a/mps/code/poolams.c +++ b/mps/code/poolams.c @@ -1456,6 +1456,7 @@ static Res AMSFix(Pool pool, ScanState ss, Seg seg, Ref *refIO) static Res amsBlackenObject(Seg seg, Index i, Addr p, Addr next, void *clos) { + UNUSED(p); AVER(clos == NULL); /* Do what amsScanObject does, minus the scanning. */ if (AMS_IS_GREY(seg, i)) { -- cgit v1.2.1