Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix deprecated callback #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Jul 5, 2018

The following warning.

../src/worker.cc: In member function ‘virtual void
CheckSpellingWorker::HandleOKCallback()’:
../src/worker.cc:44:25: warning: ‘v8::Local<v8::Value>
Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated
[-Wdeprecated-declarations]
   callback->Call(2, argv);

The following warning.

```
../src/worker.cc: In member function ‘virtual void
CheckSpellingWorker::HandleOKCallback()’:
../src/worker.cc:44:25: warning: ‘v8::Local<v8::Value>
Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated
[-Wdeprecated-declarations]
   callback->Call(2, argv);
```
@goddessfreya
Copy link
Contributor

Merged in here: goddessfreya#5

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants