VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Library/PasswordLib
diff options
context:
space:
mode:
authormanison <manison@users.noreply.github.com>2019-09-22 23:05:52 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-09-22 23:05:52 +0200
commit52b7d7c325c2449d8b40325de9bcf7e26fe9994f (patch)
tree29ab30a9bcce8181076e62bf7d042b520087fcbc /Library/PasswordLib
parent8569c9c65b70809d73b8c2c0f4ca880d0aa385fd (diff)
downloadVeraCrypt-DCS-52b7d7c325c2449d8b40325de9bcf7e26fe9994f.tar.gz
VeraCrypt-DCS-52b7d7c325c2449d8b40325de9bcf7e26fe9994f.zip
Fix "declaration of 'EventIndex' hides previous local declaration" warning (treated as error) (#14)
Diffstat (limited to 'Library/PasswordLib')
-rw-r--r--Library/PasswordLib/PicturePassword.c1
1 files changed, 0 insertions, 1 deletions
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) {