summaryrefslogtreecommitdiff
path: root/gnuefi/reloc_ia32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnuefi/reloc_ia32.c')
-rw-r--r--gnuefi/reloc_ia32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuefi/reloc_ia32.c b/gnuefi/reloc_ia32.c
index 0a8d482..da9d8a7 100644
--- a/gnuefi/reloc_ia32.c
+++ b/gnuefi/reloc_ia32.c
@@ -39,8 +39,8 @@
#include <elf.h>
EFI_STATUS _relocate (long ldbase, Elf32_Dyn *dyn,
- EFI_HANDLE image __attribute__((__unused__)),
- EFI_SYSTEM_TABLE *systab __attribute__((__unused__)))
+ EFI_HANDLE image EFI_UNUSED,
+ EFI_SYSTEM_TABLE *systab EFI_UNUSED)
{
long relsz = 0, relent = 0;
Elf32_Rel *rel = 0;