Fixed compiler warnings

This commit is contained in:
Alex
2022-12-29 05:29:27 +02:00
parent 3f166b97c7
commit b236ca54ee
3 changed files with 4 additions and 2 deletions

View File

@ -246,6 +246,8 @@ EXTERNC __no_stack_protector __no_instrument_function void Entry(BootInfo *Info)
Main(Info);
}
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
EXTERNC __no_stack_protector __no_instrument_function void BeforeShutdown()
{
/* TODO: Announce shutdown */