svn commit: r284068 - head/usr.bin/systat
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 6 13:08:49 UTC 2015
Author: bapt
Date: Sat Jun 6 13:08:48 2015
New Revision: 284068
URL: https://svnweb.freebsd.org/changeset/base/284068
Log:
Bump WARNS level to 1
Modified:
head/usr.bin/systat/Makefile
Modified: head/usr.bin/systat/Makefile
==============================================================================
--- head/usr.bin/systat/Makefile Sat Jun 6 13:08:31 2015 (r284067)
+++ head/usr.bin/systat/Makefile Sat Jun 6 13:08:48 2015 (r284068)
@@ -14,7 +14,7 @@ SRCS+= icmp6.c ip6.c
CFLAGS+= -DINET6
.endif
-WARNS?= 0
+WARNS?= 1
LIBADD= ncursesw m devstat kvm
More information about the svn-src-all
mailing list