tg icon indicating copy to clipboard operation
tg copied to clipboard

Integer comparison.

Open pingumacpenguin opened this issue 5 years ago • 0 comments

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.

pingumacpenguin avatar May 01 '19 09:05 pingumacpenguin