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

Fix some miscellaneous warnings #485

Merged
merged 4 commits into from
Apr 24, 2020
Merged

Conversation

atsampson
Copy link
Collaborator

I haven't tested the diffdod change, but it looks correct from the comment above.

This removes some warnings with GCC 9 -pedantic.
This avoids a runtime warning with numba 0.49. Depending on how the
"experiment" proceeds we may need to find a different way of doing
this...
Most of these were simply unused variables from the original example,
but audio_dst_file was opened as /dev/null and nothing was written to
it, so that's not needed either.
Clang 10 correctly warns that "ire > 200 || ire < 65535" is always true;
from the comment above, this should be &&.
@atsampson atsampson added ld-decode-tools An issue only affecting the ld-decode-tools deficiency ld-decode An issue only affecting the ld-decode[r] labels Apr 24, 2020
@simoninns simoninns merged commit 1e23a2a into happycube:master Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deficiency ld-decode An issue only affecting the ld-decode[r] ld-decode-tools An issue only affecting the ld-decode-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants