From 5487ae2369e020e6c9af31d5e57ff21fc249e796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 8 Jun 2016 21:02:29 +0200 Subject: [PATCH] test: Fix a warning about unsued arguments in the online test --- test/online/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/online/login.c b/test/online/login.c index 27c1146..8322a8e 100644 --- a/test/online/login.c +++ b/test/online/login.c @@ -37,7 +37,7 @@ static int test_login2(const isds_error error1, const isds_error error2, } -int main(int argc, char **argv) { +int main(void) { INIT_TEST("login"); struct isds_ctx *context = NULL; -- 2.11.4.GIT