summaryrefslogtreecommitdiff
path: root/lib/execute.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-10-01 14:35:18 -0400
committerPeter Jones <pjones@redhat.com>2013-10-01 14:38:09 -0400
commit6e5d86e5659d80b773932cf623c1a6972c06f11c (patch)
tree3fdb43763b82d4e207e366cca7bbbbf42d773b04 /lib/execute.c
parentf330528786fb02f1771c76818ffc8f1793f5d2f7 (diff)
downloadefi-boot-shim-6e5d86e5659d80b773932cf623c1a6972c06f11c.tar.gz
efi-boot-shim-6e5d86e5659d80b773932cf623c1a6972c06f11c.zip
Clean up warnings.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/execute.c')
-rw-r--r--lib/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c
index 8d726eb8..42d71c87 100644
--- a/lib/execute.c
+++ b/lib/execute.c
@@ -103,7 +103,7 @@ execute(EFI_HANDLE image, CHAR16 *name)
CHAR16 *PathName;
status = uefi_call_wrapper(BS->HandleProtocol, 3, image,
- &IMAGE_PROTOCOL, &li);
+ &IMAGE_PROTOCOL, (void **)&li);
if (status != EFI_SUCCESS)
return status;