From a4af6c05927922d298a0091e99d34885587865d0 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 19 May 2018 22:45:43 +0000 Subject: [PATCH] top(1): bump WARNS to 1 Nothing else builds without errors yet, but 1 is better than 0 --- usr.bin/top/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 8729c740c50c..16c93b250046 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -7,7 +7,7 @@ SRCS+= sigdesc.h top.local.h CFLAGS+= -DHAVE_GETOPT -DHAVE_STRERROR -DORDER -I ${.OBJDIR} MAN= top.1 -WARNS?= 0 +WARNS?= 1 LIBADD= ncursesw m kvm jail