summaryrefslogtreecommitdiff
path: root/src/test-mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-mp.c')
-rw-r--r--src/test-mp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test-mp.c b/src/test-mp.c
index 78b1a5b..14edadd 100644
--- a/src/test-mp.c
+++ b/src/test-mp.c
@@ -88,7 +88,7 @@ test_integer(int number)
static void
-test_numbers()
+test_numbers(void)
{
test_integer(0);
test_integer(1);
@@ -131,7 +131,7 @@ try(const char *string, bool result, bool expected)
static void
-test_mp()
+test_mp(void)
{
MPNumber zero = mp_new();
MPNumber one = mp_new();