summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 00:05:16 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 00:05:16 +0000
commita1e7edd73c86ec1d389f064bb65572c7255e1548 (patch)
tree65defbabf92d7e094aca173e3c9a83b35e2bfc0c /usr.bin/top
parentd7e4e2a0061bbd394792c02327366ea30a0479fa (diff)
downloadFreeBSD-src-a1e7edd73c86ec1d389f064bb65572c7255e1548.zip
FreeBSD-src-a1e7edd73c86ec1d389f064bb65572c7255e1548.tar.gz
Protect this against the coming WARNS=2 default.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index ebd5c48..35ed3ba 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -6,6 +6,8 @@ TOPDIR= ${.CURDIR}/../../contrib/top
CFLAGS+= -DHAVE_GETOPT -I${.CURDIR} -I${TOPDIR} -I. -DORDER
+WARNS?= 0
+
#
# The table size should be a prime number approximately twice as
# large as the number of lines in /etc/passwd. The default number
OpenPOWER on IntegriCloud