1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07:00

Remove a warning

Copied from Perforce
 Change: 20927
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1999-10-05 19:04:38 +01:00
parent b60e778726
commit 53ca8286b0

View file

@ -1,6 +1,6 @@
/*
TEST_HEADER
id = $HopeName$
id = $HopeName: MMQA_test_function!92.c(trunk.4) $
summary = EPVM allocate and epvm_collect, 8--32 byte objects
language = c
link = testlib.o epvmfmt.o
@ -17,14 +17,12 @@ END_HEADER
void *stackpointer;
static void test(void)
{
mps_arena_t arena;
mps_thr_t thread;
mps_root_t root;
mps_fmt_t format;
mps_pool_t pool1;
mps_epvm_save_level_t lev1;
mps_ap_t ap1s;
@ -66,6 +64,7 @@ static void test(void)
}
int main(void) {
void *m;
stackpointer=&m;
@ -75,5 +74,3 @@ int main(void) {
return 0;
}