mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
Removed warning per Chris John's suggestion.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user