Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 09:45:15 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201725 - head/usr.bin/xlint/xlint
Message-ID:  <201001070945.o079jFHn011263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dwmalone
Date: Thu Jan  7 09:45:15 2010
New Revision: 201725
URL: http://svn.freebsd.org/changeset/base/201725

Log:
  This now passes a make universe with WARNS=6.

Modified:
  head/usr.bin/xlint/xlint/Makefile

Modified: head/usr.bin/xlint/xlint/Makefile
==============================================================================
--- head/usr.bin/xlint/xlint/Makefile	Thu Jan  7 09:40:34 2010	(r201724)
+++ head/usr.bin/xlint/xlint/Makefile	Thu Jan  7 09:45:15 2010	(r201725)
@@ -11,7 +11,5 @@ MAN=	lint.1
 CFLAGS+=-I${.CURDIR}/../lint1
 CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}\"
 
-WARNS?=	2
-
 .include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.prog.mk>



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