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/psxtmthread06/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmthread06') diff --git a/testsuites/psxtmtests/psxtmthread06/init.c b/testsuites/psxtmtests/psxtmthread06/init.c index 0a7ee34eeb..3466a8dbc0 100644 --- a/testsuites/psxtmtests/psxtmthread06/init.c +++ b/testsuites/psxtmtests/psxtmthread06/init.c @@ -53,7 +53,7 @@ void *test_thread( void *argument ) { - long end_time; + uint32_t end_time; /* switch to POSIX_Init */ sched_yield(); -- cgit v1.2.3