Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 13:08:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284068 - head/usr.bin/systat
Message-ID:  <201506061308.t56D8m6P031665@svn.freebsd.org>

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



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