mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
abbb25c74d
commit
d09e3a296c
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
PROG= socketpair
|
||||
MAN=
|
||||
WARNS?= 2
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
* right places.
|
||||
*/
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
int fd1, fd2, fd3;
|
||||
int sv[2];
|
||||
|
|
|
|||
Loading…
Reference in a new issue