summaryrefslogtreecommitdiff
path: root/tests/tconst_pi.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tconst_pi.c')
-rw-r--r--tests/tconst_pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c
index 64a174587..84dead02b 100644
--- a/tests/tconst_pi.c
+++ b/tests/tconst_pi.c
@@ -57,7 +57,7 @@ check_large (void)
mpfr_const_pi (x, GMP_RNDZ);
}
- mpfr_clears (x, y, z, (void *) 0);
+ mpfr_clears (x, y, z, (mpfr_ptr) 0);
}
/* Wrapper for tgeneric */