cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / urcu-flavors / qsbr.c
index 7af8ada31fc59543a2573d2cbdfce9bbe83b5004..661ecae481d483f1f45c49944e253503748c3cd7 100644 (file)
@@ -62,7 +62,7 @@ void rcu_free_node(struct rcu_head *rh)
        free(node);
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        uint64_t values[] = { 42, 36, 24, };
        unsigned int i;
This page took 0.023561 seconds and 4 git commands to generate.