summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/priority.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 19:37:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 19:37:28 +0000
commitf16a6fe73a77b1ebdc962f0639289b8a7e05ae6e (patch)
tree0509b359198624a4640c0831667674640ff3fffa /cpukit/score/inline/rtems/score/priority.inl
parent2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f16a6fe73a77b1ebdc962f0639289b8a7e05ae6e.tar.bz2
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'cpukit/score/inline/rtems/score/priority.inl')
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index b752a4fc4e..0c94046acb 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -93,7 +93,7 @@ RTEMS_INLINE_ROUTINE uint32_t _Priority_Mask (
uint32_t bit_number
)
{
- return (0x8000 >> bit_number);
+ return (0x8000u >> bit_number);
}