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 comparing signed/unsigned in NodeStats #1099

Closed
lifflander opened this issue Sep 29, 2020 · 1 comment · Fixed by #1101
Closed

Warning comparing signed/unsigned in NodeStats #1099

lifflander opened this issue Sep 29, 2020 · 1 comment · Fixed by #1101
Assignees

Comments

@lifflander
Copy link
Collaborator

Describe the bug
#1082 tried to fix the bug generates a warning about comparing signed and unsigned.

@PhilMiller
Copy link
Member

look_back should perhaps just be unsigned, since it should never be negative, and doesn't need a sentinel value.

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