X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Frculfhash%2Fcds_lfht_del.c;h=9dab8a50f249c8eb0fbe3c6dbaba5518079b6f5b;hb=17a8f206ce5461b5a0a551171493b5b63e592f86;hp=f030ee17c6063491130333e5bcbf07989a49c137;hpb=09cc058573c949c607963e7a3cbeb3e7f53b3376;p=urcu.git diff --git a/doc/examples/rculfhash/cds_lfht_del.c b/doc/examples/rculfhash/cds_lfht_del.c index f030ee1..9dab8a5 100644 --- a/doc/examples/rculfhash/cds_lfht_del.c +++ b/doc/examples/rculfhash/cds_lfht_del.c @@ -50,7 +50,7 @@ void free_node(struct rcu_head *head) free(node); } -int main(int argc, char **argv) +int main(void) { int values[] = { -5, 42, 42, 36, 24, }; /* 42 is duplicated */ int remove_values[] = { 42, 36, 24, 123, };