From 1f23ecc3000b14c02cbaf47a819ed89ac93ec12e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 13 Apr 2015 19:55:25 -0400 Subject: Make lib/ build right with the cflags it should be using... ... but isn't. Signed-off-by: Peter Jones --- lib/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/shell.c') 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; -- cgit v1.2.3