diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-06 13:08:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-06 13:08:48 +0000 |
commit | b492c4f15ffcff89298f063aabe94bfeaefe6631 (patch) | |
tree | 073ce545036265f7994de1697e9760dfbcb5640f /usr.bin/systat | |
parent | a2ca3324e2bb67fa326c53000a75287a41a0cee9 (diff) |
Bump WARNS level to 1
Notes
Notes:
svn path=/head/; revision=284068
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 672aadcea5ae..bb279d56e8c8 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 |