]> err.no Git - yubikey-personalization/commitdiff
drop argc+argv to main since it's not used
authorKlas Lindfors <klas@yubico.com>
Mon, 3 Mar 2014 10:01:19 +0000 (11:01 +0100)
committerKlas Lindfors <klas@yubico.com>
Mon, 3 Mar 2014 10:14:31 +0000 (11:14 +0100)
tests/test_args_to_config.c

index 5c6b78e941d29c50a5c4826108aa22a46d200b0a..ddac68322a1a0b61921b48e046ff7cc6369858f9 100644 (file)
@@ -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();