summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys')
-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