Fix ARM64 relocation function unused attrs

Similar to other architectures.
This commit is contained in:
Fredrik Holmqvist
2021-05-25 21:40:07 +02:00
parent 1542053775
commit 3b49957171
@@ -40,8 +40,8 @@
#include <elf.h>
extern "C" efi_status _relocate (long ldbase, Elf64_Dyn *dyn,
efi_handle image EFI_UNUSED,
efi_system_table *systab EFI_UNUSED)
efi_handle image __attribute__((__unused__)),
efi_system_table *systab __attribute__((__unused__)))
{
long relsz = 0, relent = 0;
Elf64_Rela *rel = 0;