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 a compiler warning in serialise.hh #4049

Merged
merged 1 commit into from Sep 22, 2020

Conversation

thufschmitt
Copy link
Member

Explicitely cast to uint64_t in readNum to avoid a "comparison between signed and unsigned" warning

Explicitely cast to `uint64_t` in `readNum` to avoid a "comparison
between signed and unsigned" warning
@edolstra edolstra merged commit 451567d into NixOS:master Sep 22, 2020
@edolstra edolstra deleted the remove-signed-unsigned-warning branch September 22, 2020 09:05
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.

None yet

2 participants