hcrypto: Disable errors for now that should be fixed

This commit is contained in:
Nicolas Williams
2020-08-06 11:49:25 -05:00
parent fdc13c4aac
commit a2d827ca1d

View File

@@ -13,6 +13,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/lib/hx509 \
-I$(srcdir)/x25519 \ -I$(srcdir)/x25519 \
-I$(srcdir)/.. -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 lib_LTLIBRARIES = libhcrypto.la
check_LTLIBRARIES = libhctest.la check_LTLIBRARIES = libhctest.la