2005-05-03 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Remove warning.
This commit is contained in:
Joel Sherrill
2005-05-03 22:25:26 +00:00
parent d4097055ff
commit 926a05e384
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Remove warning.
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Split out preinstallation rules.

View File

@@ -135,7 +135,7 @@ void _CPU_ISR_install_vector(
proc_ptr *old_handler
)
{
proc_ptr ignored;
proc_ptr ignored = 0; /* to avoid warning */
*old_handler = _ISR_Vector_table[ vector ];