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,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…
x
Reference in New Issue
Block a user