From owner-svn-src-head@FreeBSD.ORG Thu Jan 7 09:45:15 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6081F106566B; Thu, 7 Jan 2010 09:45:15 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5057D8FC25; Thu, 7 Jan 2010 09:45:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o079jF8m011265; Thu, 7 Jan 2010 09:45:15 GMT (envelope-from dwmalone@svn.freebsd.org) Received: (from dwmalone@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o079jFHn011263; Thu, 7 Jan 2010 09:45:15 GMT (envelope-from dwmalone@svn.freebsd.org) Message-Id: <201001070945.o079jFHn011263@svn.freebsd.org> From: David Malone Date: Thu, 7 Jan 2010 09:45:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201725 - head/usr.bin/xlint/xlint X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 09:45:15 -0000 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