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

build: silence warnings from dependencies #31311

Closed
wants to merge 2 commits into from

Commits on Jan 11, 2020

  1. build: silence c-ares Windows compiler warnings

    Silence the following compiler warning on Windows:
    `inet_addr': Use inet_pton() or InetPton() instead or define
    _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings`
    richardlau committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    f771f8d View commit details
    Browse the repository at this point in the history
  2. build: silence OpenSSL Windows compiler warnings

    Silence the following compiler warning on Windows:
    `'function': different 'const' qualifiers`
    richardlau committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    307544c View commit details
    Browse the repository at this point in the history