From 52b7d7c325c2449d8b40325de9bcf7e26fe9994f Mon Sep 17 00:00:00 2001 From: manison Date: Sun, 22 Sep 2019 23:05:52 +0200 Subject: Fix "declaration of 'EventIndex' hides previous local declaration" warning (treated as error) (#14) --- Library/PasswordLib/PicturePassword.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/PasswordLib/PicturePassword.c b/Library/PasswordLib/PicturePassword.c index b2d8fad..aef71ab 100644 --- a/Library/PasswordLib/PicturePassword.c +++ b/Library/PasswordLib/PicturePassword.c @@ -285,7 +285,6 @@ AskPictPwdInt( CHAR8 pwdNewChar = 0; if (gPasswordTimeout) { - UINTN EventIndex = 0; InputEvents[0] = gST->ConIn->WaitForKey; eventsCount = 2; if (gTouchPointer != NULL) { -- cgit v1.2.3