From d5a352adf39f145d49cb9c0af62d62c5bdadd9f3 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 3 Mar 2014 11:01:19 +0100 Subject: [PATCH] drop argc+argv to main since it's not used --- tests/test_args_to_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 5c6b78e..ddac683 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -634,7 +634,7 @@ void _test_ndef2_with_neo(void) free(st); } -int main (int argc, char **argv) +int main (void) { _test_config_slot1(); _test_config_static_slot2(); -- 2.39.5