From: Klas Lindfors Date: Mon, 3 Mar 2014 10:01:19 +0000 (+0100) Subject: drop argc+argv to main since it's not used X-Git-Tag: v1.15.1~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a352adf39f145d49cb9c0af62d62c5bdadd9f3;p=yubikey-personalization drop argc+argv to main since it's not used --- 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();