Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2018 22:45:43 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333899 - head/usr.bin/top
Message-ID:  <201805192245.w4JMjhpY096168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805192245.w4JMjhpY096168>