Skip to content

Instantly share code, notes, and snippets.

@liubiantao
Created July 31, 2019 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liubiantao/77c2c136ced5369eebf94003b86babf3 to your computer and use it in GitHub Desktop.
Save liubiantao/77c2c136ced5369eebf94003b86babf3 to your computer and use it in GitHub Desktop.
zoom-electron-rebuild-error.log
gyp info it worked if it ends with ok
gyp info using node-gyp@5.0.3
gyp info using node@12.0.0 | darwin | x64
gyp info find Python using Python version 2.7.10 found at "/usr/bin/python"
gyp info spawn /usr/bin/python
gyp info spawn args [
gyp info spawn args '/Users/testuser/.npm-global/lib/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/testuser/Work/zoom-sdk-electron/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/testuser/.npm-global/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/testuser/Library/Caches/node-gyp/12.0.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/testuser/.npm-global/lib/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/testuser/Library/Caches/node-gyp/12.0.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/testuser/Work/zoom-sdk-electron',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.'
gyp info spawn args ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/zoomsdk/lib/node_add_on/mac/zoom_native_sdk_wrap_core.o
CXX(target) Release/obj.target/zoomsdk/lib/node_add_on/mac/auth_service_wrap_core.o
CXX(target) Release/obj.target/zoomsdk/lib/node_add_on/zoom_node_addon.o
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:31:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeAuthWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:33:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:49:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeAuthWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:74:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:76:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:91:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:134:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:136:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:166:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:191:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingInfoWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:193:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:211:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingInfoWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:248:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingUICtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:250:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:278:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingUICtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:303:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeSettingWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_addon.h:305:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:2:
../lib/node_add_on/zoom_node_addon.h:319:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeSettingWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:3:
../lib/node_add_on/zoom_v8_to_c.cpp:50:25: error: no matching member function for call to 'BooleanValue'
c_bool = v8boolean->BooleanValue() ? 1 : 0;
~~~~~~~~~~~^~~~~~~~~~~~
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2559:8: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
bool BooleanValue(Isolate* isolate) const;
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2562:51: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
In file included from ../lib/node_add_on/zoom_node_meeting_annotation.cpp:1:
../lib/node_add_on/zoom_node_meeting_annotation.h:30:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingAnnotationWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_annotation.h:32:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
In file included from ../lib/node_add_on/zoom_node_meeting_annotation.cpp:1:
../lib/node_add_on/zoom_node_meeting_annotation.h:49:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingAnnotationWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:15:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:25:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:56:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:64:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:90:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:99:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:127:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:136:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:164:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:173:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:203:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:212:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:241:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:249:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:275:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:4:
../lib/node_add_on/zoom_node_meeting_annotation.cpp:283:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:26:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingAudioCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:28:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:41:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingAudioCtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:63:26: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstAudioStatusChange.get(i).userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:63:70: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstAudioStatusChange.get(i).userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:63:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstAudioStatusChange.get(i).userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:64:26: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "audioStauts"), v8::Integer::New(isolate, (int32_t)lstAudioStatusChange.get(i).audioStauts));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:64:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "audioStauts"), v8::Integer::New(isolate, (int32_t)lstAudioStatusChange.get(i).audioStauts));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:65:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
In file included from ../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.h:72:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:17:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:27:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:49:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:58:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:78:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:86:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:103:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:111:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:128:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:5:
../lib/node_add_on/zoom_node_meeting_audio_ctrl.cpp:136:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:27:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingVideoCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:29:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:42:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingVideoCtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:62:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userId"), v8::String::NewFromUtf8(isolate, zs2s(userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:62:69: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userId"), v8::String::NewFromUtf8(isolate, zs2s(userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:62:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userId"), v8::String::NewFromUtf8(isolate, zs2s(userId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:63:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "videoStatus"), v8::Integer::New(isolate, (int32_t)status));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:63:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "videoStatus"), v8::Integer::New(isolate, (int32_t)status));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
In file included from ../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_video_ctrl.h:69:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:17:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:25:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:42:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:50:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:67:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:78:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:102:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:112:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:134:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:143:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:164:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:6:
../lib/node_add_on/zoom_node_meeting_video_ctrl.cpp:172:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:23:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingParticipantsCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:25:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:35:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingParticipantsCtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:57:26: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:57:70: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:57:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:58:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:65:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:81:26: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:81:70: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:81:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "userid"), v8::String::NewFromUtf8(isolate, zs2s(lstUserID.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:82:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:89:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:101:49: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> v8_userid = v8::String::NewFromUtf8(isolate, zs2s(userId).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
In file included from ../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.h:106:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:17:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:25:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:42:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:50:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:67:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:7:
../lib/node_add_on/zoom_node_meeting_participants_ctrl.cpp:75:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
In file included from ../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_share_ctrl.h:24:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingShareCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_share_ctrl.h:26:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
In file included from ../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_share_ctrl.h:37:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingShareCtrlWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:26:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:43:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:8:
../lib/node_add_on/zoom_node_meeting_share_ctrl.cpp:51:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
In file included from ../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.h:27:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingH323CtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_h323_ctrl.h:29:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
In file included from ../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.h:43:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingH323CtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_h323_ctrl.h:66:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:30:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:56:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:64:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:87:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323Address"), v8::String::NewFromUtf8(isolate, zs2s(h323AddressList.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:87:74: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323Address"), v8::String::NewFromUtf8(isolate, zs2s(h323AddressList.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:87:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323Address"), v8::String::NewFromUtf8(isolate, zs2s(h323AddressList.get(i)).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:88:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:98:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(zn_h323Password).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:111:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceName"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:111:77: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceName"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:111:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceName"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:112:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceIP"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceIP).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:112:75: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceIP"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceIP).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:112:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceIP"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceIP).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:113:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceE164Name"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceE164Name).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:113:81: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceE164Name"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceE164Name).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:113:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceE164Name"), v8::String::NewFromUtf8(isolate, zs2s(h323DeviceList.get(i).h323_deviceE164Name).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:114:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceType"), v8::Integer::New(isolate, (int32_t)h323DeviceList.get(i).h323_DeviceType));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:114:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "H323DeviceType"), v8::Integer::New(isolate, (int32_t)h323DeviceList.get(i).h323_DeviceType));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:115:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:124:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:9:
../lib/node_add_on/zoom_node_meeting_h323_ctrl.cpp:132:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:43:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeMeetingConfigCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:45:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:74:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeMeetingConfigCtrlWrap >() {
~~~~~~~ ^
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:94:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "giftUrl"), v8::String::NewFromUtf8(isolate, zs2s(gift_url).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:94:70: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "giftUrl"), v8::String::NewFromUtf8(isolate, zs2s(gift_url).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:94:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "giftUrl"), v8::String::NewFromUtf8(isolate, zs2s(gift_url).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:95:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "freeMeetingNeedUpgradeType"), v8::Integer::New(isolate, (int32_t)type));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:95:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "freeMeetingNeedUpgradeType"), v8::Integer::New(isolate, (int32_t)type));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
In file included from ../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:1:
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:101:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:120:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:139:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_meeting_config_ctrl.h:158:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:26:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:42:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:53:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:73:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:81:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:98:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:106:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:123:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:131:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:148:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:159:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:179:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:187:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:204:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:212:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:229:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:237:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:254:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:262:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:279:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:287:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:304:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:312:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:329:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:337:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:354:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:363:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:414:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:422:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:439:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:447:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:464:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:472:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:489:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:10:
../lib/node_add_on/zoom_node_meeting_config_ctrl.cpp:497:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
In file included from ../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_video_ctrl.h:26:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeSettingVideoCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_setting_video_ctrl.h:28:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
In file included from ../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_video_ctrl.h:41:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeSettingVideoCtrlWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:17:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:25:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:53:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:53:71: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:53:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:54:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:54:73: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:54:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_cameraInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:55:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_cameraInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:55:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_cameraInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:56:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:66:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:74:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:90:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:11:
../lib/node_add_on/zoom_node_setting_video_ctrl.cpp:98:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
In file included from ../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_audio_ctrl.h:28:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeSettingAudioCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_setting_audio_ctrl.h:30:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
In file included from ../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_audio_ctrl.h:46:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeSettingAudioCtrlWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:19:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:28:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:51:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:51:71: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:51:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:52:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:52:73: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:52:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_micInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:53:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_micInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:53:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_micInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:54:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:65:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:74:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:98:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:98:71: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:98:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceId"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceId).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:99:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:99:73: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:99:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "deviceName"), v8::String::NewFromUtf8(isolate, zs2s(zn_speakerInfoLst.get(i).deviceName).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:100:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_speakerInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:100:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "isSelected"), v8::Boolean::New(isolate, zn_speakerInfoLst.get(i).isSelectedDevice));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:101:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
nodes->Set(i, node);
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:125:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:133:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:149:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:12:
../lib/node_add_on/zoom_node_setting_audio_ctrl.cpp:157:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
In file included from ../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_general_ctrl.h:30:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeSettingGeneralCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_setting_general_ctrl.h:32:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
In file included from ../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_general_ctrl.h:50:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeSettingGeneralCtrlWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:26:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:42:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:50:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:66:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:74:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:90:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:98:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:114:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:13:
../lib/node_add_on/zoom_node_setting_general_ctrl.cpp:122:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:14:
In file included from ../lib/node_add_on/zoom_node_setting_recording_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_recording_ctrl.h:24:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeSettingRecordingCtrlWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_setting_recording_ctrl.h:26:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:14:
In file included from ../lib/node_add_on/zoom_node_setting_recording_ctrl.cpp:1:
../lib/node_add_on/zoom_node_setting_recording_ctrl.h:36:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeSettingRecordingCtrlWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:14:
../lib/node_add_on/zoom_node_setting_recording_ctrl.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:14:
../lib/node_add_on/zoom_node_setting_recording_ctrl.cpp:26:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:14:
../lib/node_add_on/zoom_node_setting_recording_ctrl.cpp:42:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(recordingPath).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
In file included from ../lib/node_add_on/zoom_node_customized_resource.cpp:1:
../lib/node_add_on/zoom_node_customized_resource.h:23:13: warning: explicit specialization cannot have a storage class
static void InitClassAttribute<ZoomNodeCustomizedResourceWrap >(const v8::Local<v8::FunctionTemplate>& tpl, v8::Isolate* isolate)
~~~~~~~ ^
../lib/node_add_on/zoom_node_customized_resource.h:25:32: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(v8::String::NewFromUtf8(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
In file included from ../lib/node_add_on/zoom_node_customized_resource.cpp:1:
../lib/node_add_on/zoom_node_customized_resource.h:35:38: warning: explicit specialization cannot have a storage class
static v8::Persistent<v8::Function>* GetConstructor<ZoomNodeCustomizedResourceWrap >() {
~~~~~~~ ^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:18:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:27:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:45:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:54:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:72:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../lib/node_add_on/zoom_node_addon.cpp:15:
../lib/node_add_on/zoom_node_customized_resource.cpp:81:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:80:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "ZoomNodeWrap::InitSDK-Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:93:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:153:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:169:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:182:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, 0, NULL);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:195:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, 0, NULL);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:216:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:225:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:247:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:256:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:282:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:290:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:315:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:321:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:351:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:359:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:376:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:384:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:417:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:438:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:451:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:478:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:497:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:553:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:570:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:601:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:619:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:652:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:658:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:687:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:695:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:771:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(meeting_topic).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:785:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(meeting_number).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:793:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(meeting_id).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:801:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(invite_email_teamplate).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:809:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(invite_email_title).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:817:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(join_meeting_url).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:825:43: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> bret = v8::String::NewFromUtf8(isolate, zs2s(meeting_host_tag).c_str());
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:856:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fn->Call(context, global, argc, argv);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/node_add_on/zoom_node_addon.cpp:876:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:888:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:915:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:925:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:943:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:952:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:984:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:993:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1011:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1019:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1042:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1050:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1090:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1098:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1114:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1122:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1152:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1161:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1172:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "err"), v8::Integer::New(isolate, (int32_t)err));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1172:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "err"), v8::Integer::New(isolate, (int32_t)err));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1173:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "currentPage"), v8::String::NewFromUtf8(isolate, zs2s(param.currentPage).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1173:73: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "currentPage"), v8::String::NewFromUtf8(isolate, zs2s(param.currentPage).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1173:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "currentPage"), v8::String::NewFromUtf8(isolate, zs2s(param.currentPage).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1174:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "totalPages"), v8::String::NewFromUtf8(isolate, zs2s(param.totalPages).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1174:72: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "totalPages"), v8::String::NewFromUtf8(isolate, zs2s(param.totalPages).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1174:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "totalPages"), v8::String::NewFromUtf8(isolate, zs2s(param.totalPages).c_str()));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1184:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1192:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1208:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1216:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1232:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1241:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1253:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "err"), v8::Integer::New(isolate, (int32_t)err));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1253:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "err"), v8::Integer::New(isolate, (int32_t)err));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1254:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "bZNSupportSplitScreen"), v8::Boolean::New(isolate, info.bZNSupportSplitScreen));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1254:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "bZNSupportSplitScreen"), v8::Boolean::New(isolate, info.bZNSupportSplitScreen));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1255:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "bZNInSplitScreenMode"), v8::Boolean::New(isolate, info.bZNInSplitScreenMode));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1255:8: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
node->Set(v8::String::NewFromUtf8(isolate, "bZNInSplitScreenMode"), v8::Boolean::New(isolate, info.bZNInSplitScreenMode));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1264:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1272:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1288:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1296:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1338:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../lib/node_add_on/zoom_node_addon.cpp:1350:16: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::String::NewFromUtf8(isolate, "Wrong arguments")));
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/testuser/Library/Caches/node-gyp/12.0.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
339 warnings and 1 error generated.
make: *** [Release/obj.target/zoomsdk/lib/node_add_on/zoom_node_addon.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/testuser/.npm-global/lib/node_modules/node-gyp/lib/build.js:196:23)
gyp ERR! stack at ChildProcess.emit (events.js:196:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:256:12)
gyp ERR! System Darwin 18.7.0
gyp ERR! command "/usr/local/bin/node" "/Users/testuser/.npm-global/bin/node-gyp" "rebuild"
gyp ERR! cwd /Users/testuser/Work/zoom-sdk-electron
gyp ERR! node -v v12.0.0
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment