-
Notifications
You must be signed in to change notification settings - Fork 48
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
Deprecation warnings building jones-ndb with node 6.9.1 #41
Comments
ObjectTemplate::New() without isolate is deprecated. Bump jones-ndb version number to 1.0.7
Here's another: ../impl/src/ndb/TransactionImpl_wrapper.cpp:65:3: note: in expansion of macro ‘DEFINE_JS_INT’ |
And another: CXX(target) Release/obj.target/ndb_adapter/impl/src/common/async_common.o |
../impl/include/common/JsWrapper.h: In constructor ‘Envelope::Envelope(const char*)’:
../impl/include/common/JsWrapper.h:173:55: warning: ‘static v8::Localv8::ObjectTemplate v8::ObjectTemplate::New()’ is deprecated (declared at /Users/jdd/.node-gyp/6.9.1/include/node/v8.h:4664): Use isolate version [-Wdeprecated-declarations]
Local proto = ObjectTemplate::New();
The text was updated successfully, but these errors were encountered: