From 4f3a2532a39b55e13f73bc3b1e2508a3fda1d6f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 28 Jan 2019 14:16:39 +0100 Subject: psxtmtests: Fix format warnings Update #3384. --- testsuites/psxtmtests/psxtmonce01/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtmtests/psxtmonce01') diff --git a/testsuites/psxtmtests/psxtmonce01/init.c b/testsuites/psxtmtests/psxtmonce01/init.c index e68ccaa03b..2d6824e5c1 100644 --- a/testsuites/psxtmtests/psxtmonce01/init.c +++ b/testsuites/psxtmtests/psxtmonce01/init.c @@ -45,8 +45,8 @@ static void initRoutine(void) static void benchmark_first_time(void) { - long end_time; - int status; + benchmark_timer_t end_time; + int status; benchmark_timer_initialize(); status = pthread_once( &once_control, initRoutine ); -- cgit v1.2.3