diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-22 17:25:24 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-02-25 10:15:14 -0500 |
| commit | 587b608b89def24717632fd5b3e548f2cf52c675 (patch) | |
| tree | c4551e2ed2b24646ea7c95f91e1a65daf7fecf0f /httpboot.c | |
| parent | c1722924cee57e1eb27cad656baf079bf809b8f6 (diff) | |
| download | efi-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
