mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:54:18 +08:00
lpc24xx/.../bspreset.c: Eliminate warning for set not used variable
This commit is contained in:
@@ -31,6 +31,7 @@ BSP_START_TEXT_SECTION __attribute__((flatten)) void bsp_reset(void)
|
||||
{
|
||||
rtems_interrupt_level level;
|
||||
|
||||
(void) level;
|
||||
rtems_interrupt_disable(level);
|
||||
|
||||
#if defined(ARM_MULTILIB_ARCH_V4)
|
||||
|
||||
Reference in New Issue
Block a user