mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove argc/argv (-Wunused)
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
7d075cff6e
commit
62b65008d0
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
PROG= listenclose
|
||||
MAN=
|
||||
WARNS?= 2
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
*/
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
int listen_sock, connect_sock;
|
||||
struct sockaddr_in sin;
|
||||
|
|
|
|||
Loading…
Reference in a new issue