cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / rculfhash / cds_lfht_add_replace.c
index 3b64ee00980fda6aa73230994b16b10195ca676c..363ea5b60c62118a55ef59291dcc67ff2391bea7 100644 (file)
@@ -54,7 +54,7 @@ void free_node(struct rcu_head *head)
        free(node);
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        int values[] = { -5, 42, 42, 36, 24, }; /* 42 is duplicated */
        struct cds_lfht *ht;    /* Hash table */
This page took 0.023035 seconds and 4 git commands to generate.