cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / liblttng-ust / rculfhash.h
index 6ac204091b51d744d69c922b45eff92bd7e2b003..9f5016a05ea7c305c39bf1e0b56d6158e241695c 100644 (file)
@@ -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)))
 {
 }
 
This page took 0.022945 seconds and 4 git commands to generate.