From bc7c73b5d731c02cb2654a5483e5a544dc6a7e52 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 2 Jan 2022 20:58:39 -0600 Subject: [PATCH] hcrypto: Fix build with clang-13 --- lib/hcrypto/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index 1c610829f..f36325a18 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -16,6 +16,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \ WFLAGS += $(WFLAGS_LITE) -Wno-error=unused-function # XXX: Make these not necessary: WFLAGS += -Wno-error=unused-result -Wno-error=deprecated-declarations +WFLAGS += -Wno-unused-but-set-variable lib_LTLIBRARIES = libhcrypto.la check_LTLIBRARIES = libhctest.la