From owner-svn-src-all@FreeBSD.ORG Thu Dec 16 20:26:17 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51FB01065675; Thu, 16 Dec 2010 20:26:17 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0E14D8FC13; Thu, 16 Dec 2010 20:26:17 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:e841:2285:6770:a10c] (unknown [IPv6:2001:7b8:3a7:0:e841:2285:6770:a10c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 17E875C43; Thu, 16 Dec 2010 21:26:16 +0100 (CET) Message-ID: <4D0A75EB.2080505@FreeBSD.org> Date: Thu, 16 Dec 2010 21:26:19 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.14pre) Gecko/20101211 Lanikai/3.1.8pre MIME-Version: 1.0 To: Garrett Cooper References: <201012161754.oBGHsu5d071652@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, "David E. O'Brien" Subject: Re: svn commit: r216493 - head/sbin/geom/class/eli X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 20:26:17 -0000 On 2010-12-16 19:54, Garrett Cooper wrote: >> -WARNS?= 6 >> +WARNS?= 3 >> >> CFLAGS+=-I${.CURDIR}/../../../../sys > > I think it's actually safe to bump it to WARNS = 6 if you define > NO_WCAST_ALIGN = 1, but that would need to be tested. I'm not sure if this SHA2 stuff is contributed code, but those warnings might actually indicate a problem, that needs to be fixed?