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

n-api: fix -Wmismatched-tags compiler warning #12333

Merged
merged 1 commit into from
Apr 11, 2017

Commits on Apr 11, 2017

  1. n-api: fix -Wmismatched-tags compiler warning

    `napi_env__` was declared as a struct in one place and a class in
    another.
    
    PR-URL: nodejs#12333
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnoordhuis committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    affe0f2 View commit details
    Browse the repository at this point in the history