We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of ae24137 I get
../src/node_jsvmapi.cc: In constructor ‘v8impl::CallbackWrapperBase<T, I>::CallbackWrapperBase(const T&)’: ../src/node_jsvmapi.cc:204:46: error: expected primary-expression before ‘>’ token _cbdata(cbinfo.Data().As<v8::Object>()) { ^ ../src/node_jsvmapi.cc:204:48: error: expected primary-expression before ‘)’ token _cbdata(cbinfo.Data().As<v8::Object>()) {
when trying to build the branch.
The text was updated successfully, but these errors were encountered:
napi: fix gcc complaint
318fb1d
Fixes nodejs#85
6c27aa6
8803b97
Fixes #85 Closes #87
dc0760c
Fixes #85 Closes #87 (cherry picked from commit 8803b97)
gabrielschulhof
No branches or pull requests
As of ae24137 I get
when trying to build the branch.
The text was updated successfully, but these errors were encountered: