From: Mathieu Desnoyers Date: Fri, 1 Jun 2012 21:12:43 +0000 (-0400) Subject: warning fix: tests urcutorture for NetBSD 5 X-Git-Tag: v0.7.4~14 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=665eb3efcc4557deddb70ecce68ec3b918ae9c5e;hp=665eb3efcc4557deddb70ecce68ec3b918ae9c5e;p=userspace-rcu.git warning fix: tests urcutorture for NetBSD 5 > CC rcutorture_urcu-urcutorture.o > In file included from urcutorture.c:9: > api.h: In function '__smp_thread_id': > api.h:160: warning: cast from pointer to integer of different size > api.h:160: warning: cast from pointer to integer of different size > api.h: In function 'wait_thread': > api.h:210: warning: cast from pointer to integer of different size > api.h:210: warning: cast from pointer to integer of different size Signed-off-by: Mathieu Desnoyers ---