You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\users\x5831\node\node-v8.1.0\deps\v8\src\api.cc(440): error C4716: 'v8::ArrayBuffer::Allocator::Reserve': must retur
n a value [C:\Users\x5831\node\node-v8.1.0\deps\v8\src\v8_base_1.vcxproj]
@langxiong thank for the report. AFAIK C4716 is a warning. Do you have anywhere a directive to treat warnings as errors?
mscdex
added
node-api
Issues and PRs related to the Node-API.
c++
Issues and PRs that require attention from people who are familiar with C++.
v8 engine
Issues and PRs related to the V8 dependency.
build
Issues and PRs related to build files or the CI.
windows
Issues and PRs related to the Windows platform.
and removed
node-api
Issues and PRs related to the Node-API.
labels
Jun 12, 2017
TimothyGu
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
and removed
build
Issues and PRs related to build files or the CI.
c++
Issues and PRs that require attention from people who are familiar with C++.
v8 engine
Issues and PRs related to the V8 dependency.
windows
Issues and PRs related to the Windows platform.
labels
Jun 12, 2017
Build node.js from source, with command:
got a error:
And I check the source code, 'api.cc'.
Solved this by add a
return nullptr;
The text was updated successfully, but these errors were encountered: