forked from Imagelibrary/rtems
/amd64/start/bspstart.c: Fix unused variable warning.
acpi_table_result was only used in the debug build.
This commit is contained in:
committed by
Kinsey Moore
parent
69b72bb9df
commit
2634edb790
@@ -56,6 +56,7 @@ void bsp_start(void)
|
|||||||
paging_init();
|
paging_init();
|
||||||
bool acpi_table_result = acpi_tables_initialize();
|
bool acpi_table_result = acpi_tables_initialize();
|
||||||
_Assert(acpi_table_result);
|
_Assert(acpi_table_result);
|
||||||
|
(void) acpi_table_result;
|
||||||
bsp_interrupt_initialize();
|
bsp_interrupt_initialize();
|
||||||
#ifdef BSP_MULTIBOOT_SUPPORT
|
#ifdef BSP_MULTIBOOT_SUPPORT
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user