From owner-svn-src-all@FreeBSD.ORG Thu Dec 16 18:54:40 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 76C3E106564A; Thu, 16 Dec 2010 18:54:40 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 89BF78FC16; Thu, 16 Dec 2010 18:54:39 +0000 (UTC) Received: by wwf26 with SMTP id 26so2566113wwf.31 for ; Thu, 16 Dec 2010 10:54:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=L19pxa9f7wSX8i7kPMQkrlCFy6y8HQZwUlqOjSIrZDw=; b=mkLBXRJbjgoHw+iyE464kLyR5Vgu8BLpT+UixMDGiEwYyS6zr8HCJ1sGBvb0OqB5TN qtIRxGAK+6PZPZJYBKmiKONtyZe+6soJX+j5jc9MHCLMrfssa7TEgXoQNK7cqgqdrUv/ 4lV9Rv3YglxrstFVJDJsMJK3ta8j8UB5COIW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=QouqEe08/p6flYaOFwb95VTxZxundgLdQSCYbZsBnhxptr2q4FHUOucEl0c+gxNrNX Y8eqGEzYRrX36Y8qvNQEonuCscED+HtcqUw24YWtl1r4xDAtqmVDUekrzYJWt2PF/llg C8c4E+xV1mxT5jaskrvytPT4s+BuL/6rdukwk= MIME-Version: 1.0 Received: by 10.216.168.78 with SMTP id j56mr24587wel.45.1292525678439; Thu, 16 Dec 2010 10:54:38 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Thu, 16 Dec 2010 10:54:38 -0800 (PST) In-Reply-To: <201012161754.oBGHsu5d071652@svn.freebsd.org> References: <201012161754.oBGHsu5d071652@svn.freebsd.org> Date: Thu, 16 Dec 2010 10:54:38 -0800 X-Google-Sender-Auth: 4-wSstD1GwuGoMK3M5XQo5w-vtA Message-ID: From: Garrett Cooper To: "David E. O'Brien" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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 18:54:40 -0000 On Thu, Dec 16, 2010 at 9:54 AM, David E. O'Brien wrot= e: > Author: obrien > Date: Thu Dec 16 17:54:56 2010 > New Revision: 216493 > URL: http://svn.freebsd.org/changeset/base/216493 > > Log: > =A0Revert r216473. > =A0WARNS=3D6 causes "warning: cast increases required alignment of target= type" > =A0on arm, ia64, mips, and sparc64. > > Modified: > =A0head/sbin/geom/class/eli/Makefile > > Modified: head/sbin/geom/class/eli/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sbin/geom/class/eli/Makefile =A0 Thu Dec 16 17:14:37 2010 =A0 = =A0 =A0 =A0(r216492) > +++ head/sbin/geom/class/eli/Makefile =A0 Thu Dec 16 17:54:56 2010 =A0 = =A0 =A0 =A0(r216493) > @@ -11,7 +11,7 @@ SRCS+=3D =A0 =A0 =A0 =A0sha2.c > =A0DPADD=3D ${LIBMD} ${LIBCRYPTO} > =A0LDADD=3D -lmd -lcrypto > > -WARNS?=3D =A0 =A0 =A0 =A06 > +WARNS?=3D =A0 =A0 =A0 =A03 > > =A0CFLAGS+=3D-I${.CURDIR}/../../../../sys I think it's actually safe to bump it to WARNS =3D 6 if you define NO_WCAST_ALIGN =3D 1, but that would need to be tested. Cheers, -Garrett