Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Linux problem #585

Open
gfghdg2233 opened this issue Aug 15, 2020 · 11 comments
Open

Linux problem #585

gfghdg2233 opened this issue Aug 15, 2020 · 11 comments

Comments

@gfghdg2233
Copy link

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# npm ci
npm WARN prepare removing existing node_modules/ before installation

> [email protected] postinstall /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/pro                                                      tobufjs
> node scripts/postinstall


> [email protected] install /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | linux | x64
node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp info check checked for "/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modul                                                      es/sqlite3/lib/binding/node-v72-linux-x64/node_sqlite3.node" (not found)
node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v72-linux-x64                                                      .tar.gz
node-pre-gyp http 200 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v72-linux-x64                                                      .tar.gz
node-pre-gyp info install unpacking node-v72-linux-x64/node_sqlite3.node
node-pre-gyp info tarball done parsing tarball
[sqlite3] Success: "/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/bi                                                      nding/node-v72-linux-x64/node_sqlite3.node" is installed via remote
node-pre-gyp info ok
added 221 packages in 3.535s
root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# node databasemanager
internal/modules/cjs/loader.js:775
    throw err;
    ^

Error: Cannot find module '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/databasemanager'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:772:15)
    at Function.Module._load (internal/modules/cjs/loader.js:677:27)
    at Function.Module.runMain (internal/modules/cjs/loader.js:999:10)
    at internal/main/run_main_module.js:17:11 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

I don't stand are those only meant for pc?
here's the ... thingy
Linux openmediavault.frankscoffeeshop 5.4.0-0.bpo.2-amd64 #1 SMP Debian 5.4.8-1~ bpo10+1 (2020-01-07) x86_64

@gfghdg2233
Copy link
Author

gfghdg2233 commented Aug 15, 2020

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# node -v
v12.9.1

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# npm -v
6.10.2

@BeepIsla
Copy link
Owner

NodeJS is case sensitive. Its databaseManager not databasemanager

@gfghdg2233
Copy link
Author

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# node databaseManager.js
internal/modules/cjs/loader.js:1032
  throw err;
  ^

Error: Cannot find module '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/binding/node-v83-linux-x64/node_sqlite3.node'
Require stack:
- /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/sqlite3-binding.js
- /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/sqlite3.js
- /sharedfolders/sharefolder/a/steam/csgo-commend-bot/databaseManager.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1029:15)
    at Function.Module._load (internal/modules/cjs/loader.js:898:27)
    at Module.require (internal/modules/cjs/loader.js:1089:19)
    at require (internal/modules/cjs/helpers.js:73:18)
    at Object.<anonymous> (/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/sqlite3-binding.js:4:15)
    at Module._compile (internal/modules/cjs/loader.js:1200:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10)
    at Module.load (internal/modules/cjs/loader.js:1049:32)
    at Function.Module._load (internal/modules/cjs/loader.js:937:14)
    at Module.require (internal/modules/cjs/loader.js:1089:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/sqlite3-binding.js',
    '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/sqlite3.js',
    '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/databaseManager.js'
  ]
}

@gfghdg2233
Copy link
Author

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# npm ci
npm WARN prepare removing existing node_modules/ before installation

> [email protected] postinstall /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/protobufjs
> node scripts/postinstall


> [email protected] install /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

sh: 1: node-pre-gyp: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-08-15T19_23_56_174Z-debug.log

seems to be getting new error now after restart the linux terminal

@BeepIsla
Copy link
Owner

Run npm ci

@gfghdg2233
Copy link
Author

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# npm ci
npm WARN prepare removing existing node_modules/ before installation

> [email protected] postinstall /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/protobufjs
> node scripts/postinstall


> [email protected] install /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

sh: 1: node-pre-gyp: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-08-15T19_27_33_782Z-debug.log

@BeepIsla
Copy link
Owner

Try sudo npm ci instead

@gfghdg2233
Copy link
Author

root@openmediavault:/sharedfolders/sharefolder/a/steam/csgo-commend-bot# sudo npm ci
npm WARN prepare removing existing node_modules/ before installation

> [email protected] postinstall /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/protobufjs
> node scripts/postinstall


> [email protected] install /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

sh: 1: node-pre-gyp: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-08-15T19_29_00_965Z-debug.log

@BeepIsla
Copy link
Owner

Try sudo npm install -g node-pre-gyp and then npm ci

@gfghdg2233
Copy link
Author

     ^
../src/node_sqlite3.cc:29:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_OPEN_PRIVATECACHE, OPEN_PRIVATECACHE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:29:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_OPEN_PRIVATECACHE, OPEN_PRIVATECACHE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:71:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:30:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_VERSION, VERSION);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:75:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:30:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_VERSION, VERSION);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:75:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:30:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_VERSION, VERSION);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:71:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:32:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_SOURCE_ID, SOURCE_ID);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:75:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:32:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_SOURCE_ID, SOURCE_ID);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:75:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:32:5: note: in expansion of macro ‘DEFINE_CONSTANT_STRING’
     DEFINE_CONSTANT_STRING(target, SQLITE_SOURCE_ID, SOURCE_ID);
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:34:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_VERSION_NUMBER, VERSION_NUMBER);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:34:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_VERSION_NUMBER, VERSION_NUMBER);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:34:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_VERSION_NUMBER, VERSION_NUMBER);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:36:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_OK, OK);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:36:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_OK, OK);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:36:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_OK, OK);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:37:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ERROR, ERROR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:37:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ERROR, ERROR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:37:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ERROR, ERROR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:38:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERNAL, INTERNAL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:38:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERNAL, INTERNAL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:38:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERNAL, INTERNAL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:39:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PERM, PERM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:39:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PERM, PERM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:39:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PERM, PERM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:40:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ABORT, ABORT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:40:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ABORT, ABORT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:40:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_ABORT, ABORT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:41:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_BUSY, BUSY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:41:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_BUSY, BUSY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:41:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_BUSY, BUSY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:42:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_LOCKED, LOCKED);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:42:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_LOCKED, LOCKED);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:42:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_LOCKED, LOCKED);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:43:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOMEM, NOMEM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:43:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOMEM, NOMEM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:43:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOMEM, NOMEM);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:44:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_READONLY, READONLY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:44:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_READONLY, READONLY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:44:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_READONLY, READONLY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:45:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERRUPT, INTERRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:45:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERRUPT, INTERRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:45:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_INTERRUPT, INTERRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:46:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_IOERR, IOERR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:46:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_IOERR, IOERR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:46:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_IOERR, IOERR);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:47:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CORRUPT, CORRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:47:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CORRUPT, CORRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:47:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CORRUPT, CORRUPT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:48:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTFOUND, NOTFOUND);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:48:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTFOUND, NOTFOUND);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:48:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTFOUND, NOTFOUND);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:49:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FULL, FULL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:49:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FULL, FULL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:49:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FULL, FULL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:50:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CANTOPEN, CANTOPEN);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:50:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CANTOPEN, CANTOPEN);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:50:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CANTOPEN, CANTOPEN);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:51:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PROTOCOL, PROTOCOL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:51:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PROTOCOL, PROTOCOL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:51:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_PROTOCOL, PROTOCOL);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:52:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_EMPTY, EMPTY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:52:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_EMPTY, EMPTY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:52:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_EMPTY, EMPTY);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:53:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_SCHEMA, SCHEMA);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:53:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_SCHEMA, SCHEMA);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:53:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_SCHEMA, SCHEMA);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:54:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_TOOBIG, TOOBIG);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:54:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_TOOBIG, TOOBIG);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:54:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_TOOBIG, TOOBIG);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:55:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CONSTRAINT, CONSTRAINT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:55:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CONSTRAINT, CONSTRAINT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:55:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_CONSTRAINT, CONSTRAINT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:56:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISMATCH, MISMATCH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:56:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISMATCH, MISMATCH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:56:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISMATCH, MISMATCH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:57:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISUSE, MISUSE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:57:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISUSE, MISUSE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:57:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_MISUSE, MISUSE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:58:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOLFS, NOLFS);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:58:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOLFS, NOLFS);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:58:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOLFS, NOLFS);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:59:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_AUTH, AUTH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:59:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_AUTH, AUTH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:59:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_AUTH, AUTH);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:60:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FORMAT, FORMAT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:60:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FORMAT, FORMAT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:60:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_FORMAT, FORMAT);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:61:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_RANGE, RANGE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:61:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_RANGE, RANGE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:61:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_RANGE, RANGE);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:64:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(target,                                                      \
          ^~~~~~~~
../src/node_sqlite3.cc:62:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTADB, NOTADB);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:62:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTADB, NOTADB);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../src/node_sqlite3.cc:7:
../src/macros.h:68:5: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     );
     ^
../src/node_sqlite3.cc:62:5: note: in expansion of macro ‘DEFINE_CONSTANT_INTEGER’
     DEFINE_CONSTANT_INTEGER(target, SQLITE_NOTADB, NOTADB);
     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
In file included from ../../nan/nan.h:56,
                 from ../src/database.h:10,
                 from ../src/node_sqlite3.cc:8:
../src/node_sqlite3.cc: At global scope:
/root/.cache/node-gyp/14.4.0/include/node/node.h:729:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/root/.cache/node-gyp/14.4.0/include/node/node.h:763:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/node_sqlite3.cc:111:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(node_sqlite3, RegisterModule)
 ^~~~~~~~~~~
  CXX(target) Release/obj.target/node_sqlite3/src/statement.o
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Error(T*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
../src/statement.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE node_sqlite3::Statement::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/statement.cc:103:10: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(info.This(),Nan::New("sql").ToLocalChecked(), sql, ReadOnly);
          ^~~~~~~~
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
../src/statement.cc:103:78: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(info.This(),Nan::New("sql").ToLocalChecked(), sql, ReadOnly);
                                                                              ^
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
../src/statement.cc:103:78: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
     Nan::ForceSet(info.This(),Nan::New("sql").ToLocalChecked(), sql, ReadOnly);
                                                                              ^
In file included from ../../nan/nan.h:284,
                 from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan_maybe_43_inl.h:117:35: note: declared here
 NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                   ^~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginPrepare(node_sqlite3::Database::Baton*)’:
../src/statement.cc:119:58: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         &baton->request, Work_Prepare, (uv_after_work_cb)Work_AfterPrepare);
                                                          ^~~~~~~~~~~~~~~~~
../src/statement.cc:118:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),
         ^~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterPrepare(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:161:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:161:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginBind(node_sqlite3::Statement::Baton*)’:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:322:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Bind);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:322:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Bind);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterBind(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginGet(node_sqlite3::Statement::Baton*)’:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Get);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Get);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterGet(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginRun(node_sqlite3::Statement::Baton*)’:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:438:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Run);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:438:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Run);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterRun(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:483:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:483:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginAll(node_sqlite3::Statement::Baton*)’:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:504:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(All);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:504:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(All);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterAll(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:556:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:556:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:564:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:564:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginEach(node_sqlite3::Statement::Baton*)’:
../src/statement.cc:597:92: warning: cast between incompatible function types from ‘void (*)(uv_async_t*, int)’ {aka ‘void (*)(uv_async_s*, int)’} to ‘uv_async_cb’ {aka ‘void (*)(uv_async_s*)’} [-Wcast-function-type]
     each_baton->async = new Async(each_baton->stmt, reinterpret_cast<uv_async_cb>(AsyncEach));
                                                                                            ^
In file included from ../src/statement.cc:6:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:601:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Each);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:601:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Each);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::AsyncEach(uv_async_t*, int)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:680:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(async->stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:680:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(async->stmt->handle(), cb, 2, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:694:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(async->stmt->handle(), cb, 2, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:694:13: note: in expansion of macro ‘TRY_CATCH_CALL’
             TRY_CATCH_CALL(async->stmt->handle(), cb, 2, argv);
             ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginReset(node_sqlite3::Statement::Baton*)’:
../src/macros.h:130:73: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \
                                                                         ^
../src/statement.cc:724:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Reset);
     ^~~~~~~~~~~~~~~
../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]
     int status = uv_queue_work(uv_default_loop(),                              \
         ^~~~~~
../src/statement.cc:724:5: note: in expansion of macro ‘STATEMENT_BEGIN’
     STATEMENT_BEGIN(Reset);
     ^~~~~~~~~~~~~~~
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterReset(uv_work_t*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:743:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:743:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Finalize(node_sqlite3::Statement::Baton*)’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:837:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(baton->stmt->handle(), cb, 0, NULL);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:837:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(baton->stmt->handle(), cb, 0, NULL);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In member function ‘void node_sqlite3::Statement::CleanQueue()’:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:873:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(handle(), cb, 1, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/statement.cc:873:17: note: in expansion of macro ‘TRY_CATCH_CALL’
                 TRY_CATCH_CALL(handle(), cb, 1, argv);
                 ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:887:13: note: in expansion of macro ‘EMIT_EVENT’
             EMIT_EVENT(handle(), 2, info);
             ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:60: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
                                                            ^
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:887:13: note: in expansion of macro ‘EMIT_EVENT’
             EMIT_EVENT(handle(), 2, info);
             ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::PrepareBaton]’:
../src/statement.cc:153:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::Baton]’:
../src/statement.cc:340:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::RowBaton]’:
../src/statement.cc:403:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::RunBaton]’:
../src/statement.cc:473:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::RowsBaton]’:
../src/statement.cc:539:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/statement.cc: In instantiation of ‘static void node_sqlite3::Statement::Error(T*) [with T = node_sqlite3::Statement::EachBaton]’:
../src/statement.cc:706:20:   required from here
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/statement.cc:74:9: note: in expansion of macro ‘TRY_CATCH_CALL’
         TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);
         ^~~~~~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
In file included from ../src/statement.cc:6:
../src/macros.h:112:22: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
     Nan::MakeCallback((context), (callback), (argc), (argv))
     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/macros.h:105:5: note: in expansion of macro ‘TRY_CATCH_CALL’
     TRY_CATCH_CALL((obj),                                                      \
     ^~~~~~~~~~~~~~
../src/statement.cc:78:9: note: in expansion of macro ‘EMIT_EVENT’
         EMIT_EVENT(stmt->handle(), 2, argv);
         ^~~~~~~~~~
In file included from ../src/database.h:10,
                 from ../src/statement.cc:7:
../../nan/nan.h:1026:46: note: declared here
   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                              ^~~~~~~~~~~~
  SOLINK_MODULE(target) Release/obj.target/node_sqlite3.node
  COPY Release/node_sqlite3.node
  COPY /sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/lib/binding/node-v83-linux-x64/node_sqlite3.node
  TOUCH Release/obj.target/action_after_build.stamp
make: Leaving directory '/sharedfolders/sharefolder/a/steam/csgo-commend-bot/node_modules/sqlite3/build'
added 225 packages in 59.09s

gave me long ass error

@BeepIsla
Copy link
Owner

BeepIsla commented Aug 16, 2020

I don't see an error just warnings, so I guess just try to run the bot now

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

No branches or pull requests

2 participants