diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-02 01:05:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-02 01:05:05 +0000 |
commit | 675505de1613a0a42e18e3a9da712e027531c4b5 (patch) | |
tree | b61c70d8a6c04f70aa1278f76ee69d19ebbc463b /bin | |
parent | 6ab69ab6e09be555c22fcbe78bf80a184419f33c (diff) | |
download | FreeBSD-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/Makefile | 1 |
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} |