aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-05-19 00:04:01 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-05-19 00:04:01 +0000
commitcccc969bc7f50a0f47f19bb8d195994630a500ea (patch)
treef2175af0d33631622de3400d29b239245019c983 /sys/modules/crypto
parent3f25f5fbe5b9a62c73157c9ad9931cd75403c3c6 (diff)
Notes
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index decf534b170c..d324a6994306 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -40,8 +40,8 @@ SRCS += blake2-sw.c
CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
CFLAGS.blake2-sw.c += -I${SRCTOP}/sys/crypto/blake2
-CWARNFLAGS.blake2b-ref.c += -Wno-cast-qual
-CWARNFLAGS.blake2s-ref.c += -Wno-cast-qual
+CWARNFLAGS.blake2b-ref.c += -Wno-cast-qual -Wno-unused-function
+CWARNFLAGS.blake2s-ref.c += -Wno-cast-qual -Wno-unused-function
SRCS += chacha.c
SRCS += chacha-sw.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h