mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Add __unused
This commit is contained in:
parent
76cddf8d71
commit
0fe7f010e4
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ done:
|
|||
}
|
||||
|
||||
void
|
||||
connect_timeout(int sig)
|
||||
connect_timeout(int sig __unused)
|
||||
{
|
||||
char message[] = "timeout reached before connection completed.\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue