Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix variable declaration hiding previous declaration #14

Merged
merged 1 commit into from
Sep 22, 2019

Conversation

manison
Copy link
Contributor

@manison manison commented Jan 28, 2019

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.

@idrassi idrassi merged commit 52b7d7c into veracrypt:master Sep 22, 2019
@manison manison deleted the patch-var-declaration branch September 23, 2019 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants