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:35:33 +00:00
parent abbb25c74d
commit d09e3a296c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281398
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -47,7 +47,7 @@
* right places.
*/
int
main(int argc, char *argv[])
main(void)
{
int fd1, fd2, fd3;
int sv[2];