cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / include / urcu / rculfhash.h
index 20b822fa8dddc572c5e114c31a1963f4ed499be3..29dd88f1f16b0ea320ffa82ef2ed0596c7aaba65 100644 (file)
@@ -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)))
 {
 }
 
This page took 0.031834 seconds and 4 git commands to generate.