mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Patch from D. V. Henkel-Wallace <gumby@zembu.com> to mark sav as unused.
This commit is contained in:
@@ -770,7 +770,7 @@ BSP_uart_termios_isr_com2()
|
||||
|
||||
|
||||
/* ================= GDB support ===================*/
|
||||
static int sav[4];
|
||||
static int sav[4] __attribute__ ((unused));
|
||||
|
||||
/*
|
||||
* Interrupt service routine for COM1 - all,
|
||||
|
||||
Reference in New Issue
Block a user