From 3e7045591d1cf3703d05dfeaae2fab974f50d534 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 2 May 2003 01:05:05 +0000 Subject: [PATCH] fmt.c has a comparison between signed and unsigned that is unclear how to properly fix. --- bin/ps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 0bebcb421f2..bcbba9b4a50 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}