X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Frculfhash.h;h=9f5016a05ea7c305c39bf1e0b56d6158e241695c;hb=f26f2f9bb496a2dc053095310ab8d42b63a3b556;hp=6ac204091b51d744d69c922b45eff92bd7e2b003;hpb=1d18d519668cd559dcafa1f18113edceb2418ed0;p=lttng-ust.git diff --git a/liblttng-ust/rculfhash.h b/liblttng-ust/rculfhash.h index 6ac20409..9f5016a0 100644 --- a/liblttng-ust/rculfhash.h +++ b/liblttng-ust/rculfhash.h @@ -75,7 +75,7 @@ typedef int (*lttng_ust_lfht_match_fct)(struct lttng_ust_lfht_node *node, const * (detection of memory corruption). */ static inline -void lttng_ust_lfht_node_init(struct lttng_ust_lfht_node *node) +void lttng_ust_lfht_node_init(struct lttng_ust_lfht_node *node __attribute__((unused))) { }