Skip to content

Fix useless-cast warnings#2902

Merged
nlohmann merged 3 commits intodevelopfrom
issue2893
Jul 31, 2021
Merged

Fix useless-cast warnings#2902
nlohmann merged 3 commits intodevelopfrom
issue2893

Conversation

@nlohmann
Copy link
Owner

This PR fixes useless-cast warnings. Closes #2893.

@nlohmann nlohmann self-assigned this Jul 30, 2021
@nlohmann nlohmann marked this pull request as draft July 30, 2021 12:50
@coveralls
Copy link

coveralls commented Jul 30, 2021

Coverage Status

Coverage remained the same at 100.0% when pulling f4716a0 on issue2893 into a563338 on develop.

@nlohmann nlohmann marked this pull request as ready for review July 31, 2021 05:53
@nlohmann nlohmann added this to the Release 3.9.2 milestone Jul 31, 2021
@nlohmann nlohmann merged commit 9ed027a into develop Jul 31, 2021
@nlohmann nlohmann deleted the issue2893 branch July 31, 2021 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

g++ (11) -Wuseless-cast gives lots of warnings usless_cast warnings with gcc 9.3 and 10.1 (C++17) GCC -Wuseless-cast warnings

2 participants