summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-08-02 07:58:36 +0000
committerLuiz Souza <luiz@netgate.com>2018-02-21 15:17:50 -0300
commit8e45467a03c7dedb096e314450d0d5579f7df936 (patch)
tree05d020fd691e64c4892666df91ca15acb7bf1aaf
parentf28f67fd35108771c42f6916597ddee03281a2f4 (diff)
downloadFreeBSD-src-8e45467a03c7dedb096e314450d0d5579f7df936.zip
FreeBSD-src-8e45467a03c7dedb096e314450d0d5579f7df936.tar.gz
MFC r321512:
Mark name_PCTRIE_LOOKUP_LE() generated function unused. (cherry picked from commit 73eba521e1f03fde8d57425bf5ddbb5a26206a7b)
-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