summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/eli
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-12-16 17:54:56 +0000
committerobrien <obrien@FreeBSD.org>2010-12-16 17:54:56 +0000
commit60edfae6076d16cd3b6ca99110f4c3056d1ae0ea (patch)
tree6a584aca0d0e2b1351f9fab8e3b38cd2ba7622d0 /sbin/geom/class/eli
parent8dbc24f860bc1c5ef93128afcc90b8947e160865 (diff)
downloadFreeBSD-src-60edfae6076d16cd3b6ca99110f4c3056d1ae0ea.zip
FreeBSD-src-60edfae6076d16cd3b6ca99110f4c3056d1ae0ea.tar.gz
Revert r216473.
WARNS=6 causes "warning: cast increases required alignment of target type" on arm, ia64, mips, and sparc64.
Diffstat (limited to 'sbin/geom/class/eli')
-rw-r--r--sbin/geom/class/eli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile
index 411b493..1195668 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
OpenPOWER on IntegriCloud