summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-02 01:05:05 +0000
committerobrien <obrien@FreeBSD.org>2003-05-02 01:05:05 +0000
commit675505de1613a0a42e18e3a9da712e027531c4b5 (patch)
treeb61c70d8a6c04f70aa1278f76ee69d19ebbc463b /bin
parent6ab69ab6e09be555c22fcbe78bf80a184419f33c (diff)
downloadFreeBSD-src-675505de1613a0a42e18e3a9da712e027531c4b5.zip
FreeBSD-src-675505de1613a0a42e18e3a9da712e027531c4b5.tar.gz
fmt.c has a comparison between signed and unsigned that is unclear how
to properly fix.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 0bebcb4..bcbba9b 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -9,6 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
# keep ps from being an unnecessary load
# on large systems.
#
+WARNS= 1
WFORMAT=0
CFLAGS+=-DLAZY_PS
DPADD= ${LIBM} ${LIBKVM}
OpenPOWER on IntegriCloud