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

unit1309: fix warning on Windows x64 #2341

Closed
wants to merge 1 commit into from

Commits on Feb 25, 2018

  1. unit1309: fix warning on Windows x64

    When targeting x64, MinGW-w64 complains about conversions between
    32-bit long and 64-bit pointers. Fix this by reusing the
    GNUTLS_POINTER_TO_SOCKET_CAST / GNUTLS_SOCKET_TO_POINTER_CAST logic
    from gtls.c, moving it to warnless.h as CURLX_POINTER_TO_INTEGER_CAST /
    CURLX_INTEGER_TO_POINTER_CAST.
    MarcelRaad committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    1b316a4 View commit details
    Browse the repository at this point in the history