From a2d827ca1d8305503ab708d4e5b5a0ac81337575 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 6 Aug 2020 11:49:25 -0500 Subject: [PATCH] hcrypto: Disable errors for now that should be fixed --- lib/hcrypto/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index 42f47287f..1c610829f 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -13,6 +13,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \ -I$(srcdir)/x25519 \ -I$(srcdir)/.. +WFLAGS += $(WFLAGS_LITE) -Wno-error=unused-function +# XXX: Make these not necessary: +WFLAGS += -Wno-error=unused-result -Wno-error=deprecated-declarations + lib_LTLIBRARIES = libhcrypto.la check_LTLIBRARIES = libhctest.la