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

url: build warning fixes #10141

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 6, 2016

  1. url: mark ignored return value in node::url::Parse(...)

    This is to resolve an unused result warning in node_url.cc.
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    5906faa View commit details
    Browse the repository at this point in the history
  2. url: use URL_FAILED instead of FAILED macro

    Resolve macro redefinition warning on Windows
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    9695066 View commit details
    Browse the repository at this point in the history