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

Fix "unreadVariable" hints from CppCheck #2645

Merged

Conversation

SunBlack
Copy link
Contributor

Fixed 44 of 99 unreadVariable hints raised by CppCheck 1.85 (not all, because there are some false positives and ignored hints in tutorials and 3rdParty directories).

Sometimes I didn't removed unused variable, because they are mentioned in comments => unused variables are comment now, too.

Copy link
Member

@taketwo taketwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

surface/src/on_nurbs/triangulation.cpp Show resolved Hide resolved
test/2d/test_2d.cpp Outdated Show resolved Hide resolved
… because there are some false positives and ignored hints in tutorials and 3rdParty directories)
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.

3 participants