summaryrefslogtreecommitdiffstats
path: root/unit/test-idmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'unit/test-idmap.c')
-rw-r--r--unit/test-idmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit/test-idmap.c b/unit/test-idmap.c
index bf428f86..17e767c1 100644
--- a/unit/test-idmap.c
+++ b/unit/test-idmap.c
@@ -27,7 +27,7 @@
#include "idmap.h"
-static void test_alloc()
+static void test_alloc(void)
{
struct idmap *idmap;
unsigned int bit;
@@ -65,7 +65,7 @@ static void test_alloc()
idmap_free(idmap);
}
-static void test_alloc_next()
+static void test_alloc_next(void)
{
struct idmap *idmap;
unsigned int bit;