From owner-svn-src-head@FreeBSD.ORG Thu Feb 11 06:47:11 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 6FAC0106566C; Thu, 11 Feb 2010 06:47:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 24D598FC0C; Thu, 11 Feb 2010 06:47:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o1B6gFSi022339; Wed, 10 Feb 2010 23:42:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 10 Feb 2010 23:42:19 -0700 (MST) Message-Id: <20100210.234219.926703890659143628.imp@bsdimp.com> To: nork@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20100211152603.388bf80d.nork@FreeBSD.org> References: <201002110445.o1B4j8Lc070154@svn.freebsd.org> <20100211152603.388bf80d.nork@FreeBSD.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r203767 - head/lib/libufs 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, 11 Feb 2010 06:47:11 -0000 In message: <20100211152603.388bf80d.nork@FreeBSD.org> Norikatsu Shigemura writes: : Hi Warner-san. : : On Thu, 11 Feb 2010 04:45:08 +0000 (UTC) : Warner Losh wrote: : > Author: imp : > Date: Thu Feb 11 04:45:08 2010 : > New Revision: 203767 : > URL: http://svn.freebsd.org/changeset/base/203767 : > Log: : > Increased warnings weren't tested on ARM. Bump warnings back down to : > 0 until it can be properly tested by those raising the warnings. : > Remember: make universe is required when changing the WARNS level. : : I found same issues on following: : /usr/src/sbin/newfs : /usr/src/sbin/tunefs : /usr/src/sbin/growfs : : May I fix this OK? I think that Kirk is fixing these. Warner