summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-08-02 07:58:36 +0000
committerkib <kib@FreeBSD.org>2017-08-02 07:58:36 +0000
commit73eba521e1f03fde8d57425bf5ddbb5a26206a7b (patch)
tree792a3db30e6cb50af34485799e74a3ddd4c7be48
parent6930880dd8f9e0ae46019c3997d84eab3e8655a6 (diff)
downloadFreeBSD-src-73eba521e1f03fde8d57425bf5ddbb5a26206a7b.zip
FreeBSD-src-73eba521e1f03fde8d57425bf5ddbb5a26206a7b.tar.gz
MFC r321512:
Mark name_PCTRIE_LOOKUP_LE() generated function unused.
-rw-r--r--sys/sys/pctrie.h2
1 files changed, 1 insertions, 1 deletions
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) \
{ \
\
OpenPOWER on IntegriCloud