mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use __unused macro instead of a bare void for main().
Suggested by: nectar
This commit is contained in:
parent
9833f74761
commit
51c86fb583
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue