From 1055ce20fce7730cd46bb41230252cbaf1acce83 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 9 May 2009 21:24:06 +0000 Subject: Fix most warnings. --- testsuites/tmtests/tm27/task1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/tmtests/tm27/task1.c') diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c index 9d63cf2fd5..9b5c8dd5dc 100644 --- a/testsuites/tmtests/tm27/task1.c +++ b/testsuites/tmtests/tm27/task1.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2008. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -51,7 +51,7 @@ rtems_task Init( puts( "\n\n*** TIME TEST 27 ***" ); -#define LOW_PRIORITY (RTEMS_MAXIMUM_PRIORITY - 1) +#define LOW_PRIORITY (RTEMS_MAXIMUM_PRIORITY - 1u) status = rtems_task_create( rtems_build_name( 'T', 'A', '1', ' ' ), LOW_PRIORITY, -- cgit v1.2.3