summaryrefslogtreecommitdiff
path: root/httpboot.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-22 17:25:24 -0500
committerPeter Jones <pjones@redhat.com>2021-02-25 10:15:14 -0500
commit587b608b89def24717632fd5b3e548f2cf52c675 (patch)
treec4551e2ed2b24646ea7c95f91e1a65daf7fecf0f /httpboot.c
parentc1722924cee57e1eb27cad656baf079bf809b8f6 (diff)
downloadefi-boot-shim-587b608b89def24717632fd5b3e548f2cf52c675.tar.gz
efi-boot-shim-587b608b89def24717632fd5b3e548f2cf52c675.zip
Fix all the places we need UNUSED on arguments.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'httpboot.c')
-rw-r--r--httpboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpboot.c b/httpboot.c
index 7b976365..bedb99d2 100644
--- a/httpboot.c
+++ b/httpboot.c
@@ -404,7 +404,7 @@ set_ip4(EFI_HANDLE *nic, IPv4_DEVICE_PATH *ip4node)
}
static VOID EFIAPI
-httpnotify (EFI_EVENT Event, VOID *Context)
+httpnotify (EFI_EVENT Event UNUSED, VOID *Context)
{
*((BOOLEAN *) Context) = TRUE;
}