diff options
-rw-r--r-- | src/ext/ht.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/ht.h b/src/ext/ht.h index 871f5bbd2d..838710784f 100644 --- a/src/ext/ht.h +++ b/src/ext/ht.h @@ -160,7 +160,7 @@ ht_string_hash(const char *s) } \ /* Return a pointer to the element in the table 'head' matching 'elm', \ * or NULL if no such element exists */ \ - static INLINE struct type * \ + ATTR_UNUSED static INLINE struct type * \ name##_HT_FIND(const struct name *head, struct type *elm) \ { \ struct type **p; \ |