aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1513.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1513.c')
-rw-r--r--tests/libtest/lib1513.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/libtest/lib1513.c b/tests/libtest/lib1513.c
index 9f3deaebf..f97ca5233 100644
--- a/tests/libtest/lib1513.c
+++ b/tests/libtest/lib1513.c
@@ -30,9 +30,17 @@
#include "memdebug.h"
-static int progressKiller(void *arg)
+static int progressKiller(void *arg,
+ double dltotal,
+ double dlnow,
+ double ultotal,
+ double ulnow)
{
(void)arg;
+ (void)dltotal;
+ (void)dlnow;
+ (void)ultotal;
+ (void)ulnow;
return 1;
}