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

Avoid potentially uninitialized local variable warning #111

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

pps83
Copy link
Contributor

@pps83 pps83 commented Feb 11, 2024

When compiling in VS2022 with /W4 compiler warns that potentially uninitialized local variable 'n' used. This fixes the warning

When compiling in VS2022 with /W4 compiler warns that potentially uninitialized local variable 'n' used. This fixes the warning
@lemire lemire merged commit 6c303aa into lemire:master Feb 13, 2024
4 checks passed
@pps83 pps83 deleted the master-warn branch February 13, 2024 02:48
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