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

Resolve warnings #1

Merged
merged 1 commit into from
Jun 5, 2022
Merged

Resolve warnings #1

merged 1 commit into from
Jun 5, 2022

Conversation

Vaani-del
Copy link
Contributor

This will resolve some warnings about unreachable code and unreferenced parameters. I keep warning level set to 4 in Visual Studio, and these types of warnings happen quite a bit.

As per unreferenced parameters: this could mean a typo or an honest mistake on your end, thus it's better to be informed. When I explicitly don't want to use the parameter, I comment out the name

Resolve some warnings about unreachable code and unreferenced parameters
@GamesTrap GamesTrap merged commit e635e58 into GamesTrap:main Jun 5, 2022
@GamesTrap
Copy link
Owner

Thank you!

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.

None yet

2 participants