bsps: Fix warnings

This commit is contained in:
Sebastian Huber
2013-04-08 16:13:02 +02:00
parent 602d5ba27c
commit ab49921e43
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ void boot_card(
/*
* Make sure interrupts are disabled.
*/
(void) bsp_isr_level;
rtems_interrupt_disable( bsp_isr_level );
bsp_boot_cmdline = cmdline;

View File

@@ -160,6 +160,7 @@ rtems_device_driver Clock_initialize(
/*
* Install vector
*/
(void) Old_ticker;
Clock_driver_support_install_isr( Clock_isr, Old_ticker );
#if defined(Clock_driver_nanoseconds_since_last_tick)