cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / hlist / cds_hlist_for_each_rcu.c
index fe31b54108cecc3eea6f1cb257a438fd507e06cb..1628c669dec1d40d67bfe2b5b52bc2f3e2f9db1f 100644 (file)
@@ -31,7 +31,7 @@ struct mynode {
        struct cds_hlist_node node;     /* Linked-list chaining */
 };
 
-int main(int argc, char **argv)
+int main(void)
 {
        int values[] = { -5, 42, 36, 24, };
        CDS_HLIST_HEAD(mylist);         /* Defines an empty hlist head */
This page took 0.022307 seconds and 4 git commands to generate.