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

node-api: fix compiler warning in node_api.h #49103

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 14, 2023

  1. node-api: fix compiler warning in node_api.h

    Fix "-Wstrict-prototypes" warning from AppleClang 14.0.3.14030022,
    compiling C, targeting arch arm64 (on x86_64 host). I build my C
    addon with -Werror and recent changes to node_api.h broke our build.
    graebm committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9d6783c View commit details
    Browse the repository at this point in the history