summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-07-31 14:06:34 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-07-31 14:06:34 +0000
commitdb7a20d6421aacaae52fcda06352901ffe04586d (patch)
treee8cd61cfe4e4e386184881cb8cb0383a4d8805e3 /tests/tdiv.c
parent108a70cc7c599d8a16d948ffc140a3db3ad76757 (diff)
downloadmpc-db7a20d6421aacaae52fcda06352901ffe04586d.tar.gz
Add void in empty prototype (remove warnings with gcc option '-Wold-style-definition'.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@166 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 3a5b390..4b4612f 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -227,7 +227,7 @@ mpc_div_ref (mpc_ptr a, mpc_srcptr b, mpc_srcptr c, mpc_rnd_t rnd)
}
int
-main()
+main (void)
{
mpc_t b, c, q, q_ref;
int inex, i;