cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / rculfhash / cds_lfht_add.c
index acff676d81193fe2c739a0b36744b5c43d3825b5..67b00f40fc0a775fd0d388b84036331279f83525 100644 (file)
@@ -32,7 +32,7 @@ struct mynode {
        struct cds_lfht_node node;      /* Chaining in hash table */
 };
 
-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.022865 seconds and 4 git commands to generate.