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

avs_crypto_utils.c@247,22: comparison is always false due to limited range of data type [-Wtype-limits] #5

Open
JanneKiiskila opened this issue Dec 29, 2021 · 1 comment

Comments

@JanneKiiskila
Copy link
Contributor

JanneKiiskila commented Dec 29, 2021

From master with hash; 884f273

A bit worrying looking compiler warning.

Compile [  8.9%]: avs_crypto_utils.c
[Warning] avs_crypto_utils.c@247,22: comparison is always false due to limited range of data type [-Wtype-limits]
@Mierunski
Copy link

This is just a security check, it should actually be an assertion, will change it in future version

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

2 participants