Remove argc/argv (-Wunused)
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
41119c8725
commit
cc469a3b3a
@ -4,6 +4,6 @@
|
||||
|
||||
PROG= fstat
|
||||
MAN=
|
||||
WARNS?= 2
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -57,7 +57,7 @@ dotest(int domain, int type, int protocol)
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
|
||||
dotest(PF_INET, SOCK_DGRAM, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user