Garbage collect argc/argv and bump WARNS to 6

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-04-11 03:56:23 +00:00
parent 5a3935b6d6
commit f305e6eaf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281402
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
PROG= unix_socket
MAN=
WARNS?= 3
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -40,7 +40,7 @@
#include <unistd.h>
int
main(int argc, char *argv[])
main(void)
{
int sock, socks[2];