X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftest_urcu_hash_unique.c;h=331c9bd57cf8152e25c778aad04df00a34d39b49;hb=550265b2c2de28e0fe566f71fb1cab64fa620efa;hp=b36d782791a9686ae992fc6cfb3fe52fe7c3a3de;hpb=6ff854acfa013195bdb71dddc654ec76a4c296c9;p=urcu.git diff --git a/tests/test_urcu_hash_unique.c b/tests/test_urcu_hash_unique.c index b36d782..331c9bd 100644 --- a/tests/test_urcu_hash_unique.c +++ b/tests/test_urcu_hash_unique.c @@ -113,7 +113,7 @@ void *test_hash_unique_thr_reader(void *_count) "reader", (unsigned long) pthread_self(), (unsigned long) gettid()); printf_verbose("readid : %lx, lookupfail %lu, lookupok %lu\n", - pthread_self(), URCU_TLS(lookup_fail), + (unsigned long) pthread_self(), URCU_TLS(lookup_fail), URCU_TLS(lookup_ok)); return ((void*)1);