X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fbenchmark%2Ftest_rwlock_timing.c;h=0cc5253b7085c3426704ad9d5a2656d46bc51c9c;hp=bc51c45c3573a6b9611673048a2cefacaacce629;hb=83e334d03eaba62df373cf44298616458900078a;hpb=99ab1528d4df0c35bd209063c42123d1bc2f81ea diff --git a/tests/benchmark/test_rwlock_timing.c b/tests/benchmark/test_rwlock_timing.c index bc51c45..0cc5253 100644 --- a/tests/benchmark/test_rwlock_timing.c +++ b/tests/benchmark/test_rwlock_timing.c @@ -69,7 +69,8 @@ static caa_cycles_t __attribute__((aligned(CAA_CACHE_LINE_SIZE))) *writer_time; void *thr_reader(void *arg) { - int i, j, ret; + unsigned int i, j; + int ret; caa_cycles_t time1, time2; printf("thread_begin %s, tid %lu\n", @@ -107,7 +108,8 @@ void *thr_reader(void *arg) void *thr_writer(void *arg) { - int i, j, ret; + unsigned int i, j; + int ret; caa_cycles_t time1, time2; printf("thread_begin %s, tid %lu\n",