From f16a6fe73a77b1ebdc962f0639289b8a7e05ae6e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 May 2009 19:37:28 +0000 Subject: 2009-05-05 Joel Sherrill * score/include/rtems/score/heap.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/heap.inl, score/inline/rtems/score/object.inl, score/inline/rtems/score/priority.inl, score/inline/rtems/score/tod.inl: Remove warnings. --- cpukit/score/inline/rtems/score/address.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/inline/rtems/score/address.inl') diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl index 2efab75df0..b0e418e647 100644 --- a/cpukit/score/inline/rtems/score/address.inl +++ b/cpukit/score/inline/rtems/score/address.inl @@ -81,7 +81,7 @@ RTEMS_INLINE_ROUTINE void *_Addresses_Subtract_offset ( * @note The cast of an address to an uint32_t makes this code * dependent on an addresses being thirty two bits. */ -RTEMS_INLINE_ROUTINE uint32_t _Addresses_Subtract ( +RTEMS_INLINE_ROUTINE int32_t _Addresses_Subtract ( void *left, void *right ) -- cgit v1.2.3