From d8ca56cb986aad0b529b66e8157e6c2e5dddd359 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 16 Dec 2010 17:54:56 +0000 Subject: [PATCH] Revert r216473. WARNS=6 causes "warning: cast increases required alignment of target type" on arm, ia64, mips, and sparc64. --- sbin/geom/class/eli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile index 411b49303472..119566876d71 100644 --- a/sbin/geom/class/eli/Makefile +++ b/sbin/geom/class/eli/Makefile @@ -11,7 +11,7 @@ SRCS+= sha2.c DPADD= ${LIBMD} ${LIBCRYPTO} LDADD= -lmd -lcrypto -WARNS?= 6 +WARNS?= 3 CFLAGS+=-I${.CURDIR}/../../../../sys