[rtems commit] bsp/genmcf548x: Fix warning

Sebastian Huber sebh at rtems.org
Thu Oct 9 05:42:09 UTC 2014


Module:    rtems
Branch:    master
Commit:    1d3025b5e75e81008b090461d2ecec6edaaaa0e7
Changeset: http://git.rtems.org/rtems/commit/?id=1d3025b5e75e81008b090461d2ecec6edaaaa0e7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  9 07:27:48 2014 +0200

bsp/genmcf548x: Fix warning

---

 c/src/lib/libbsp/m68k/genmcf548x/console/console.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/c/src/lib/libbsp/m68k/genmcf548x/console/console.c b/c/src/lib/libbsp/m68k/genmcf548x/console/console.c
index d6a0602..c5aa359 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/console/console.c
+++ b/c/src/lib/libbsp/m68k/genmcf548x/console/console.c
@@ -457,7 +457,6 @@ IntUartInitialize(void)
     unsigned int        chan;
 	struct IntUartInfoStruct   *info;
 	rtems_isr_entry old_handler;
-    int level;
 
 	for ( chan = 0; chan < MAX_UART_INFO; chan++ )
 	{



More information about the vc mailing list