cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / rculfqueue / cds_lfq_enqueue.c
index 1e78f1694295280fb5c7891e9c52f92e8bd40669..12024676a3af7ef362ce2aa7f2a777427d1845cb 100644 (file)
@@ -29,7 +29,7 @@ struct mynode {
        struct cds_lfq_node_rcu node;   /* Chaining in queue */
 };
 
-int main(int argc, char **argv)
+int main(void)
 {
        int values[] = { -5, 42, 36, 24, };
        struct cds_lfq_queue_rcu myqueue;       /* Queue */
This page took 0.02267 seconds and 4 git commands to generate.