summaryrefslogtreecommitdiff
path: root/tests/tpow.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-01-20 00:43:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-01-20 00:43:20 +0000
commitf6d3869a7f2bb7239b8e4253ccee054a289edd7a (patch)
tree51a27e9afc82d3d856de74b037beccaacddce9a7 /tests/tpow.c
parent9d9795065f2a18d811314574de594911d0d284c3 (diff)
downloadmpfr-f6d3869a7f2bb7239b8e4253ccee054a289edd7a.tar.gz
Added missing void's.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5875 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow.c')
-rw-r--r--tests/tpow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tpow.c b/tests/tpow.c
index 23be7f5fd..7e05c3362 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -347,7 +347,7 @@ check_pow_si (void)
}
static void
-check_special_pow_si ()
+check_special_pow_si (void)
{
mpfr_t a, b;
mp_exp_t emin;
@@ -475,7 +475,7 @@ check_inexact (mp_prec_t p)
}
static void
-special ()
+special (void)
{
mpfr_t x, y, z, t;
mp_exp_t emin, emax;