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

Various clang warning fixes #3050

Merged
merged 5 commits into from
Nov 19, 2024
Merged

Various clang warning fixes #3050

merged 5 commits into from
Nov 19, 2024

Conversation

seanm
Copy link
Contributor

@seanm seanm commented Nov 18, 2024

No description provided.

Use idiomatic cast to void to indicate that a variable is unused.
Mostly, this was dead code.

In some cases, the variable looked useful in debug, so I kept it but mark it unused by casting it to void.
@WardF
Copy link
Member

WardF commented Nov 19, 2024

Thanks!

@WardF WardF merged commit 942f756 into Unidata:main Nov 19, 2024
112 checks passed
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