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 greater-than-or-equal-to-zero issue #13555

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

Zhangshoukui
Copy link
Contributor

Summary

unsigned_compare: This greater-than-or-equal-to-zero comparison without a signed value is always true. ndx >= 0U

Impact

NONE

Testing

ci-check

unsigned_compare: This greater-than-or-equal-to-zero comparison without a signed value is always true. ndx >= 0U

Signed-off-by: Shoukui Zhang <[email protected]>
@github-actions github-actions bot added the Size: XS The size of the change in this PR is very small label Sep 20, 2024
@raiden00pl raiden00pl merged commit 2c543c2 into apache:master Sep 20, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants