freebsd-dev/tools/regression/sockets/unix_gc/Makefile
Enji Cooper f4ce06a920 Fix -Wunused warning with clang/gcc
- Get rid of unused argc/argv variables in main
- Bump WARNS to 6

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
2016-01-16 02:19:56 +00:00

8 lines
66 B
Makefile

# $FreeBSD$
PROG= unix_gc
MAN=
WARNS?= 6
.include <bsd.prog.mk>