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

Integer comparison. #16

Open
pingumacpenguin opened this issue May 1, 2019 · 0 comments
Open

Integer comparison. #16

pingumacpenguin opened this issue May 1, 2019 · 0 comments

Comments

@pingumacpenguin
Copy link
Contributor

A minor issue, when compiling (on Linux), I see the following warning.

src/algo.c: In function ‘locate_events’:
src/algo.c:609:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
events[i] + p->timestamp < p->sample_count ||

This is a potential risk, but not a major bug.

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

No branches or pull requests

1 participant