- Garbage collect argc/argv (-Wunused)

- Bump WARNS to 6

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-04-11 02:59:45 +00:00
parent f6b2ef31db
commit 572e1f51aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281392
2 changed files with 2 additions and 2 deletions

View File

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

View File

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