You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: