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

libssh2: fix variable type #4823

Closed
wants to merge 1 commit into from
Closed

Conversation

MarcelRaad
Copy link
Member

This led to a conversion warning on 64-bit MinGW, which has 32-bit
long but 64-bit size_t.

This led to a conversion warning on 64-bit MinGW, which has 32-bit
`long` but 64-bit `size_t`.

Closes
@MarcelRaad MarcelRaad deleted the libssh2_warning branch January 16, 2020 09:05
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants