summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 20:31:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 20:31:21 +0000
commitfbaf52eb268658a5b5df7f41cb85417935a83e87 (patch)
treeea082f979a21c7bca4d761b5ce8517ab502d8525
parentRemoved CONFIG_DIR and PROJECT_HOME directories. (diff)
downloadrtems-fbaf52eb268658a5b5df7f41cb85417935a83e87.tar.bz2
Removed warning per Chris John's suggestion.
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index e6c9f8c63e..d5e02bfc36 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -660,7 +660,7 @@ void _CPU_ISR_Enable(unsigned32 level);
#define _CPU_ISR_Flash( _level ) \
do { \
- register _ignored = 0; \
+ register unsigned32 _ignored = 0; \
_CPU_ISR_Enable( (_level) ); \
_CPU_ISR_Disable( _ignored ); \
} while ( 0 )