cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / wfstack / cds_wfs_push.c
index 2daaef51be4462beb2812a1ee27a42c1efc6061c..42bc5ec4655ffdde18255748a7979f1e945eae9a 100644 (file)
@@ -27,7 +27,7 @@ struct mynode {
        struct cds_wfs_node node;       /* Chaining in stack */
 };
 
-int main(int argc, char **argv)
+int main(void)
 {
        int values[] = { -5, 42, 36, 24, };
        struct cds_wfs_stack mystack;   /* Stack */
This page took 0.022955 seconds and 4 git commands to generate.