From: Niels Möller Date: Thu, 3 Jan 2008 22:25:51 +0000 (+0100) Subject: (main): Removed incorrect UNUSED from declaration. X-Git-Tag: nettle_2.0_release_20090608~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce012b385dc19792f7ce0cf5cbf4d93bf85a9422;p=thirdparty%2Fnettle.git (main): Removed incorrect UNUSED from declaration. Rev: nettle/examples/nettle-benchmark.c:1.2 --- diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index a40688b5..e4463ae0 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -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;