cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / include / urcu / rculfhash.h
index cbf513ec848c37744bb084a72ff66dd19f8c1816..176edcbf2e0a628526aab87d6c18c114b5e61cf0 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.023792 seconds and 4 git commands to generate.