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 New Coverity Scan Warning #3458

Closed

Conversation

WeiqunZhang
Copy link
Member

@WeiqunZhang WeiqunZhang commented Jul 29, 2023

Coverity Scan warned about logically dead code, because index >= 0 && index < Nreal can never be true if NReal is 0.

@WeiqunZhang WeiqunZhang force-pushed the fix_coverity_0729 branch 3 times, most recently from c2135e0 to 42a185e Compare August 1, 2023 17:34
Coverity Scan warned about logically dead code, because index >= 0 && index
< NReal can never be true if NReal is 0.
@WeiqunZhang WeiqunZhang marked this pull request as ready for review August 1, 2023 17:38
@WeiqunZhang
Copy link
Member Author

The change in this PR has appeared in #3476.

@WeiqunZhang WeiqunZhang closed this Aug 4, 2023
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.

1 participant