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

Silence warnings converting between signed and unsigned types without an explicit cast #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MichaelBuckley
Copy link

Hello,

Apologies for dropping this pull request on you out of the blue. An open-source library I depend on recently added ed25519 as a dependency, and that library has rather strict warning settings. This has resulted in 23 warnings when building my project. Since I try to eliminate all warnings, I would be very grateful if you would accept these changes.

Most of the warnings were caused by implicit conversions between signed and unsigned variables. I have done my best to not alter the behavior of the program, just to add explicit casts to silence the warnings.

Thank you for your time.

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

Successfully merging this pull request may close these issues.

2 participants