diff options
author | delphij <delphij@FreeBSD.org> | 2005-01-07 12:06:30 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-01-07 12:06:30 +0000 |
commit | 3dde50a830cc94862785e9c183f874936765245f (patch) | |
tree | ac7319c1b07508fa67c430abeaab35de580dc824 /usr.sbin/memcontrol/Makefile | |
parent | a0afb54e7600be04d8062f67e716d4d348bb3985 (diff) | |
download | FreeBSD-src-3dde50a830cc94862785e9c183f874936765245f.zip FreeBSD-src-3dde50a830cc94862785e9c183f874936765245f.tar.gz |
WARNS=6 cleanup. This includes:
- Apply __unused on unused parameters
- Use const where suitable
- Use PRIu64 instead of the deprecated %q
- Bump WARNS to 6
Diffstat (limited to 'usr.sbin/memcontrol/Makefile')
-rw-r--r-- | usr.sbin/memcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/memcontrol/Makefile b/usr.sbin/memcontrol/Makefile index d465d53..25009db 100644 --- a/usr.sbin/memcontrol/Makefile +++ b/usr.sbin/memcontrol/Makefile @@ -2,5 +2,6 @@ PROG= memcontrol MAN= memcontrol.8 +WARNS?= 6 .include <bsd.prog.mk> |