veracrypt / VeraCrypt-DCS

VeraCrypt EFI Bootloader for EFI Windows system encryption (LGPL)
GNU Lesser General Public License v3.0
134 stars 59 forks source link

Fix variable declaration hiding previous declaration #14

Closed manison closed 5 years ago

manison commented 5 years ago

This patch removes duplicit declaration of EventIndex variable, which resulted in warning declaration of 'EventIndex' hides previous local declaration under VS2017 toolset (#13). Since warnings are treated as errors this failed the build.