Use __unused macro instead of a bare void for main().

Suggested by:	nectar
This commit is contained in:
delphij 2005-01-04 20:07:12 +00:00
parent ef08281270
commit adda6707d7

View File

@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
#define MESSAGE "This account is currently not available.\n"
int
main(void)
main(__unused int argc, __unused char *argv[])
{
const char *user, *tt;