Date: Thu, 16 Dec 2010 17:54:56 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r216493 - head/sbin/geom/class/eli Message-ID: <201012161754.oBGHsu5d071652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: obrien Date: Thu Dec 16 17:54:56 2010 New Revision: 216493 URL: http://svn.freebsd.org/changeset/base/216493 Log: Revert r216473. WARNS=6 causes "warning: cast increases required alignment of target type" on arm, ia64, mips, and sparc64. Modified: head/sbin/geom/class/eli/Makefile Modified: head/sbin/geom/class/eli/Makefile ============================================================================== --- head/sbin/geom/class/eli/Makefile Thu Dec 16 17:14:37 2010 (r216492) +++ head/sbin/geom/class/eli/Makefile Thu Dec 16 17:54:56 2010 (r216493) @@ -11,7 +11,7 @@ SRCS+= sha2.c DPADD= ${LIBMD} ${LIBCRYPTO} LDADD= -lmd -lcrypto -WARNS?= 6 +WARNS?= 3 CFLAGS+=-I${.CURDIR}/../../../../sys
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012161754.oBGHsu5d071652>