Hexagon / node-telldus

Node bindings for telldus-core
Other
34 stars 10 forks source link

Generates warning on npm install #77

Closed jsve closed 7 years ago

jsve commented 7 years ago

I get this warning message:

CXX(target) Release/obj.target/telldus/telldus.o ../telldus.cc:757:14: warning: 'TryCatch' is deprecated [-Wdeprecated-declarations] TryCatch try_catch; ^ /Users/***/.node-gyp/7.0.0/include/node/v8.h:7015:40: note: 'TryCatch' has been explicitly marked deprecated here V8_DEPRECATED("Use isolate version", TryCatch())

where *** is really something else.

Not sure what to replace this with, however.

Hexagon commented 7 years ago

Fixed! Thanks for reporting this