forked from Imagelibrary/rtems
bsps: Fix warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user