cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / doc / examples / urcu-flavors / mb.c
index e103e4f91f55f1d69078733136366d05145194a7..5280598eb0a9a69659b5068e96ba44eff32af3ce 100644 (file)
@@ -63,7 +63,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.022928 seconds and 4 git commands to generate.