From 6d8720c48161709d81fc890643308c214f6f8dae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 10 May 2009 14:55:43 +0000 Subject: 2009-05-10 Joel Sherrill * libmisc/shell/login_prompt.c, libmisc/shell/shell_script.c, rtems/include/rtems/rtems/timer.h: Fix warnings. --- cpukit/rtems/include/rtems/rtems/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h index 357eb1b418..f3d375818f 100644 --- a/cpukit/rtems/include/rtems/rtems/timer.h +++ b/cpukit/rtems/include/rtems/rtems/timer.h @@ -22,7 +22,7 @@ * - cancel a time */ -/* COPYRIGHT (c) 1989-2008. +/* COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -289,7 +289,7 @@ rtems_status_code rtems_timer_initiate_server( * When given this priority, a special high priority not accessible * via the Classic API is used. */ -#define RTEMS_TIMER_SERVER_DEFAULT_PRIORITY -1 +#define RTEMS_TIMER_SERVER_DEFAULT_PRIORITY (uint32_t) -1 /** * This is the structure filled in by the timer get information -- cgit v1.2.3