summaryrefslogtreecommitdiff
path: root/tests/tsi_op.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/tsi_op.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/tsi_op.c')
-rw-r--r--tests/tsi_op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c
index 1cbf0ab29..15c393801 100644
--- a/tests/tsi_op.c
+++ b/tests/tsi_op.c
@@ -50,7 +50,7 @@ const struct {
};
static void
-check_invert ()
+check_invert (void)
{
mpfr_t x;
mpfr_init2 (x, MPFR_PREC_MIN);