From 5e68ae38e43a93aad5150c70bf1e467f8dcefee4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 28 Apr 2023 11:34:43 -0600 Subject: rfc3779 no longer uses __unused --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 3ee6a69..7b064c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -541,7 +541,7 @@ record_layer_test_SOURCES = record_layer_test.c # rfc3779 TESTS += rfc3779 -rfc3779_CPPFLAGS = $(AM_CPPFLAGS) -D__unused= +rfc3779_CPPFLAGS = $(AM_CPPFLAGS) check_PROGRAMS += rfc3779 rfc3779_SOURCES = rfc3779.c -- cgit v1.2.3-55-g6feb