1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Mpsicv should not use unused

Copied from Perforce
 Change: 17508
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1997-04-16 12:30:37 +01:00
parent 4d156243bd
commit 4f8621e46c

View file

@ -1,6 +1,6 @@
/* impl.c.mpsicv: MPSI COVERAGE TEST
*
* $HopeName: MMsrc!mpsicv.c(trunk.7) $
* $HopeName: MMsrc!mpsicv.c(trunk.8) $
* Copyright (C) 1996 Harlequin Group, all rights reserved
*/
@ -97,7 +97,7 @@ static void ap_create_v_test(mps_pool_t pool, mps_rank_t rank, ...)
static mps_res_t root_single(mps_ss_t ss, void *p, size_t s)
{
UNUSED(s);
testlib_unused(s);
return mps_fix(ss, (mps_addr_t)p);
}
@ -116,7 +116,7 @@ static void *test(void *arg, size_t s)
mps_ld_s ld;
space = (mps_space_t)arg;
UNUSED(s);
testlib_unused(s);
die(mps_fmt_create_A(&format, space, dylan_fmt_A()), "fmt_create");