From 587b608b89def24717632fd5b3e548f2cf52c675 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 22 Feb 2021 17:25:24 -0500 Subject: Fix all the places we need UNUSED on arguments. Signed-off-by: Peter Jones --- httpboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpboot.c') 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; } -- cgit v1.2.3