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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to