X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Furcu%2Frculfhash.h;h=176edcbf2e0a628526aab87d6c18c114b5e61cf0;hb=5eedd745bb2a1ebdc44e9a96875944ee345242fb;hp=cbf513ec848c37744bb084a72ff66dd19f8c1816;hpb=b852d0e6c8725a4f8507f397a74650f4fafa30eb;p=urcu.git diff --git a/include/urcu/rculfhash.h b/include/urcu/rculfhash.h index cbf513e..176edcb 100644 --- a/include/urcu/rculfhash.h +++ b/include/urcu/rculfhash.h @@ -105,7 +105,7 @@ typedef int (*cds_lfht_match_fct)(struct cds_lfht_node *node, const void *key); * (detection of memory corruption). */ static inline -void cds_lfht_node_init(struct cds_lfht_node *node) +void cds_lfht_node_init(struct cds_lfht_node *node __attribute__((unused))) { }