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

silence unused variable warnings #15

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Jun 10, 2024

Some variables are calculated but are not always used due to different macros. Add casts to void to silence warnings about them being unused.

Remove another variable that was not used.

Some variables are calculated but are not always used due to different
macros. Add casts to void to silence warnings about them being unused.

Remove another variable that was not used.
@pmqs pmqs merged commit a536bcd into pmqs:master Jun 10, 2024
75 checks passed
@pmqs
Copy link
Owner

pmqs commented Jun 10, 2024

Thanks, Applied.

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