From 8e45467a03c7dedb096e314450d0d5579f7df936 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 2 Aug 2017 07:58:36 +0000 Subject: MFC r321512: Mark name_PCTRIE_LOOKUP_LE() generated function unused. (cherry picked from commit 73eba521e1f03fde8d57425bf5ddbb5a26206a7b) --- sys/sys/pctrie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sys') diff --git a/sys/sys/pctrie.h b/sys/sys/pctrie.h index 0c0af30..56c1b8c 100644 --- a/sys/sys/pctrie.h +++ b/sys/sys/pctrie.h @@ -76,7 +76,7 @@ name##_PCTRIE_LOOKUP(struct pctrie *ptree, uint64_t key) \ return name##_PCTRIE_VAL2PTR(pctrie_lookup(ptree, key)); \ } \ \ -static __inline struct type * \ +static __inline __unused struct type * \ name##_PCTRIE_LOOKUP_LE(struct pctrie *ptree, uint64_t key) \ { \ \ -- cgit v1.1