summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-06 13:08:48 +0000
committerbapt <bapt@FreeBSD.org>2015-06-06 13:08:48 +0000
commitc9f807f38cbfb0275e4b7de534f167af61854b20 (patch)
tree073ce545036265f7994de1697e9760dfbcb5640f /usr.bin/systat
parentba5722b48c4e1db9af3f276cbf9336cfa4c53620 (diff)
downloadFreeBSD-src-c9f807f38cbfb0275e4b7de534f167af61854b20.zip
FreeBSD-src-c9f807f38cbfb0275e4b7de534f167af61854b20.tar.gz
Bump WARNS level to 1
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 672aadc..bb279d5 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -14,7 +14,7 @@ SRCS+= icmp6.c ip6.c
CFLAGS+= -DINET6
.endif
-WARNS?= 0
+WARNS?= 1
LIBADD= ncursesw m devstat kvm
OpenPOWER on IntegriCloud