summaryrefslogtreecommitdiffstats
path: root/test/hash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hash_test.c')
-rw-r--r--test/hash_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hash_test.c b/test/hash_test.c
index 874bdff..c2ecb2d 100644
--- a/test/hash_test.c
+++ b/test/hash_test.c
@@ -61,7 +61,7 @@ test_fail(const char* fmt, ...)
static unsigned n_checked = 0;
static void
-check(void* value, void* user_data)
+check(void* value, ZIX_UNUSED void* user_data)
{
if (strlen(*(const char*const*)value) >= 3) {
++n_checked;
@@ -199,7 +199,7 @@ stress(void)
}
int
-main(int argc, char** argv)
+main(void)
{
if (stress()) {
return 1;