diff options
| author | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
| commit | 1f23ecc3000b14c02cbaf47a819ed89ac93ec12e (patch) | |
| tree | eb2616cc6b941d7d2688554d88e2fbe7e0447c13 /lib/shell.c | |
| parent | 0ea5b3e3b7a905aac7668029348d895509de20e6 (diff) | |
| download | efi-boot-shim-1f23ecc3000b14c02cbaf47a819ed89ac93ec12e.tar.gz efi-boot-shim-1f23ecc3000b14c02cbaf47a819ed89ac93ec12e.zip | |
Make lib/ build right with the cflags it should be using...
... but isn't.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/shell.c')
| -rw-r--r-- | lib/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell.c b/lib/shell.c index 7337834a..afd3952c 100644 --- a/lib/shell.c +++ b/lib/shell.c @@ -13,7 +13,7 @@ EFI_STATUS argsplit(EFI_HANDLE image, int *argc, CHAR16*** ARGV) { - int i, count = 1; + unsigned int i, count = 1; EFI_STATUS status; EFI_LOADED_IMAGE *info; CHAR16 *start; |
