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

fix(node): undefine NAPI_EXPERIMENTAL #5489

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented Apr 22, 2024

This fixes build with new clang
which treats -Wincompatible-function-pointer-types as an error.

Related upstream issue: nodejs/node#52229

This fixes build with new clang
which treats -Wincompatible-function-pointer-types as an error.

Related upstream issue: <nodejs/node#52229>
@link2xt
Copy link
Collaborator Author

link2xt commented Apr 22, 2024

I have tested in #5488 and confirmed that problem is not Node version, but updated clang. Problem happens even with node 18.

This PR fixes desktop issue deltachat/deltachat-desktop#3783

Copy link
Member

@r10s r10s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot!

@link2xt link2xt merged commit 2108a8b into main Apr 23, 2024
38 checks passed
@link2xt link2xt deleted the link2xt/node-no-experimental branch April 23, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants