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 remarks on old C-style casts #425

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

UnePierre
Copy link
Contributor

Description

Changed all old C-style casts (void)x to C++-style static_cast<void>(x).

This silences remarks about using old C-style casts, e.g. from IAR EWARM.

GitHub Issues

Closes #424.

@UnePierre UnePierre mentioned this pull request Oct 9, 2020
@onqtam
Copy link
Member

onqtam commented Nov 4, 2020

Thanks for the improvement! merging.

@onqtam onqtam merged commit 301a104 into doctest:dev Nov 4, 2020
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