diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-01 14:38:09 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-01 14:38:09 -0400 |
| commit | 7076ec11b094b49e087545ebb48e255c92b44c2a (patch) | |
| tree | 3fdb43763b82d4e207e366cca7bbbbf42d773b04 /lib/execute.c | |
| parent | bb2fe4cfb3fc050e4ef0dbb6af0c53a4f75200c9 (diff) | |
| download | efi-boot-shim-7076ec11b094b49e087545ebb48e255c92b44c2a.tar.gz efi-boot-shim-7076ec11b094b49e087545ebb48e255c92b44c2a.zip | |
Clean up warnings.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/execute.c')
| -rw-r--r-- | lib/execute.c | 2 |
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; |
