mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add __unused
This commit is contained in:
parent
43d4d55558
commit
76cddf8d71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216584
@ -477,7 +477,7 @@ protocol(int f, int p)
|
||||
}
|
||||
|
||||
void
|
||||
cleanup(int signo)
|
||||
cleanup(int signo __unused)
|
||||
{
|
||||
|
||||
shutdown(netf, SHUT_RDWR);
|
||||
|
Loading…
Reference in New Issue
Block a user