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

"warning: comparison of unsigned expression >= 0 is always true" #1054

Closed
pnstickne opened this issue Sep 15, 2020 · 1 comment · Fixed by #1082
Closed

"warning: comparison of unsigned expression >= 0 is always true" #1054

pnstickne opened this issue Sep 15, 2020 · 1 comment · Fixed by #1082
Assignees

Comments

@pnstickne
Copy link
Contributor

pnstickne commented Sep 15, 2020

vt/vrt/collection/balance/node_stats.cc:145:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  if (phase - look_back >= 0) {
@PhilMiller
Copy link
Member

The fix for this brought up #1099 as result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants