powerpc/tqm8xx/startup/bspstart.c: Fix set but not used warning

This commit is contained in:
Joel Sherrill
2014-10-15 18:38:05 -05:00
parent 4e828387f5
commit ef2e5dbfb3

View File

@@ -61,6 +61,7 @@ void BSP_panic( char *s)
rtems_interrupt_level level;
rtems_interrupt_disable( level);
(void) level; /* avoid set but not used warning */
printk( "%s PANIC %s\n", _RTEMS_version, s);