cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / lfstack / cds_lfs_pop_blocking.c
index 68c17e4065096f147db7e20b795015feea748a98..f356423da6a4a0811fccf924ea2321f9b013d372 100644 (file)
@@ -27,7 +27,7 @@ struct mynode {
        struct cds_lfs_node node;       /* Chaining in stack */
 };
 
-int main(int argc, char **argv)
+int main(void)
 {
        int values[] = { -5, 42, 36, 24, };
        struct cds_lfs_stack mystack;   /* Stack */
This page took 0.027398 seconds and 4 git commands to generate.