X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_urcu_lfq.c;h=7aaad999587bb6e5a953cd40817fae4034d46d57;hp=5fd0ff38cb0ecd15a462072394a18ac7598a3ae1;hb=9bfaf0cab9a326b89b9ee83e0bb0679918a3023a;hpb=6ade67d5cb23ae9e2c18e7c2a62e3202552fb9e2 diff --git a/tests/test_urcu_lfq.c b/tests/test_urcu_lfq.c index 5fd0ff3..7aaad99 100644 --- a/tests/test_urcu_lfq.c +++ b/tests/test_urcu_lfq.c @@ -211,6 +211,7 @@ static void rcu_release_node(struct urcu_ref *ref) void *thr_dequeuer(void *_count) { unsigned long long *count = _count; + int ret; printf_verbose("thread_begin %s, thread id : %lx, tid %lu\n", "dequeuer", pthread_self(), (unsigned long)gettid());