urcu_defer: update test programs (build fix)
[urcu.git] / tests / test_urcu_lfq.c
index 5fd0ff38cb0ecd15a462072394a18ac7598a3ae1..7aaad999587bb6e5a953cd40817fae4034d46d57 100644 (file)
@@ -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());
This page took 0.021928 seconds and 4 git commands to generate.