From c5ce665f74745f1acee4615914cc93134d41f6f5 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 12 Jul 2009 18:10:44 +0000 Subject: [PATCH] Fix signed/unsigned mismatch issue git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8905 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/ShellCTestApp/ShellCTestApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c index 8b3762e167..f7bc8ccc85 100644 --- a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c +++ b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c @@ -39,7 +39,7 @@ ShellAppMain ( IN CHAR16 **Argv ) { - INTN Index; + UINTN Index; Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc); for (Index = 0; Index < Argc; Index++) { -- 2.39.2