From de549c3df9310861ccd4b19ef837bb94565b2290 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Sep 2014 10:16:43 -0500 Subject: Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations --- testsuites/psxtmtests/psxtmcond02/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtmtests/psxtmcond02') diff --git a/testsuites/psxtmtests/psxtmcond02/init.c b/testsuites/psxtmtests/psxtmcond02/init.c index 7621517fb7..668bb432b9 100644 --- a/testsuites/psxtmtests/psxtmcond02/init.c +++ b/testsuites/psxtmtests/psxtmcond02/init.c @@ -26,8 +26,8 @@ pthread_cond_t CondID; void benchmark_signal(void) { - long end_time; - int status; + uint32_t end_time; + int status; benchmark_timer_initialize(); -- cgit v1.2.3