summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index 955643a..42e381e 100644
--- a/test/main.c
+++ b/test/main.c
@@ -113,6 +113,8 @@ static const struct test *find_test(const char *name)
static void ua_exit_handler(void *arg)
{
+ (void)arg;
+
debug("ua exited -- stopping main runloop\n");
re_cancel();
}