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: add return value to ToUnicode/ToAscii stubs #10893

Closed
wants to merge 3 commits into from

Commits on Jan 19, 2017

  1. url: add return value to ToUnicode/ToAscii stubs

    This fixes compilation errors like:
    
      node\src\node_url.cc(134) : error C4716: 'node::url::ToUnicode': must
      return a value
    poiru committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    6882047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74af4eb View commit details
    Browse the repository at this point in the history
  3. url: simplify string copying

    poiru committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    a8438ac View commit details
    Browse the repository at this point in the history