mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Help fix warnings by marking an argument as unused.
This commit is contained in:
parent
806893862d
commit
09e8dea793
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98882
@ -90,6 +90,7 @@ auth_encrypt_user(char *name)
|
||||
UserNameRequested = name ? strdup(name) : 0;
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
auth_encrypt_connect(int cnt __unused)
|
||||
{
|
||||
|
@ -90,6 +90,7 @@ auth_encrypt_user(char *name)
|
||||
UserNameRequested = name ? strdup(name) : 0;
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
auth_encrypt_connect(int cnt __unused)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user