svn commit: r333899 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sat May 19 22:45:44 UTC 2018


Author: eadler
Date: Sat May 19 22:45:43 2018
New Revision: 333899
URL: https://svnweb.freebsd.org/changeset/base/333899

Log:
  top(1): bump WARNS to 1
  
  Nothing else builds without errors yet, but 1 is better than 0

Modified:
  head/usr.bin/top/Makefile

Modified: head/usr.bin/top/Makefile
==============================================================================
--- head/usr.bin/top/Makefile	Sat May 19 22:40:23 2018	(r333898)
+++ head/usr.bin/top/Makefile	Sat May 19 22:45:43 2018	(r333899)
@@ -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
 


More information about the svn-src-all mailing list