Skip to content
Snippets Groups Projects
Commit ce012b38 authored by Niels Möller's avatar Niels Möller
Browse files

(main): Removed incorrect UNUSED from declaration.

Rev: nettle/examples/nettle-benchmark.c:1.2
parent f7c560ee
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ time_cipher(const struct nettle_cipher *cipher)
#endif
int
main(int argc UNUSED, char **argv UNUSED)
main(int argc, char **argv)
{
unsigned i;
int c;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment