From 7fdbd9d48a4e447d4ea42268afb80a1ee84b633b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 25 Feb 2015 16:33:59 -0500 Subject: Make lib/ build right with the cflags it should be using... ... but isn't. Signed-off-by: Peter Jones --- lib/execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/execute.c') diff --git a/lib/execute.c b/lib/execute.c index 42d71c87..89328c68 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -51,7 +51,7 @@ generate_path(CHAR16* name, EFI_LOADED_IMAGE *li, EFI_DEVICE_PATH **path, CHAR16 EFI_STATUS efi_status = EFI_SUCCESS; CHAR16 *devpathstr = DevicePathToStr(li->FilePath), *found = NULL; - int i; + unsigned int i; for (i = 0; i < StrLen(devpathstr); i++) { if (devpathstr[i] == '/') -- cgit v1.2.3