mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Garbage collect argc/argv and bump WARNS to 6
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5a3935b6d6
commit
f305e6eaf8
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
PROG= unix_socket
|
||||
MAN=
|
||||
WARNS?= 3
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
int sock, socks[2];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue