Snippets for vscode 1.135.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/vscode/1.135.0/150amd64-default.log.
-
Release/obj/gen/sqlite-autoconf-3390400/sqlite3.c:58618:7: warning: variable 'nUri' set but not used [-Wunused-but-set-variable]
-
../src/backup.cc:182:9: warning: unused variable 'status' [-Wunused-variable] 182 | int status = napi_create_async_work( | ^~~~~~ -
../src/backup.cc:255:5: warning: unused variable 'status' [-Wunused-variable] 255 | BACKUP_BEGIN(Step); | ^~~~~~~~~~~~~~~~~~ -
../src/backup.cc:322:5: warning: unused variable 'status' [-Wunused-variable] 322 | BACKUP_BEGIN(Finish); | ^~~~~~~~~~~~~~~~~~~~ -
../src/database.cc:155:9: warning: unused variable 'status' [-Wunused-variable] 155 | int status = napi_create_async_work( | ^~~~~~ -
../src/database.cc:257:9: warning: unused variable 'status' [-Wunused-variable] 257 | int status = napi_create_async_work( | ^~~~~~ -
../src/database.cc:601:9: warning: unused variable 'status' [-Wunused-variable] 601 | int status = napi_create_async_work( | ^~~~~~ -
../src/database.cc:710:9: warning: unused variable 'status' [-Wunused-variable] 710 | int status = napi_create_async_work( | ^~~~~~ -
../src/statement.cc:125:9: warning: unused variable 'status' [-Wunused-variable] 125 | int status = napi_create_async_work( | ^~~~~~ -
../src/statement.cc:356:5: warning: unused variable 'status' [-Wunused-variable] 356 | STATEMENT_BEGIN(Bind); | ^~~~~~~~~~~~~~~~~~~~~ -
../src/statement.cc:408:5: warning: unused variable 'status' [-Wunused-variable] 408 | STATEMENT_BEGIN(Get); | ^~~~~~~~~~~~~~~~~~~~ -
../src/statement.cc:480:5: warning: unused variable 'status' [-Wunused-variable] 480 | STATEMENT_BEGIN(Run); | ^~~~~~~~~~~~~~~~~~~~ -
../src/statement.cc:550:5: warning: unused variable 'status' [-Wunused-variable] 550 | STATEMENT_BEGIN(All); | ^~~~~~~~~~~~~~~~~~~~ -
../src/statement.cc:651:5: warning: unused variable 'status' [-Wunused-variable] 651 | STATEMENT_BEGIN(Each); | ^~~~~~~~~~~~~~~~~~~~~ -
../src/statement.cc:661:9: warning: variable 'retrieved' set but not used [-Wunused-but-set-variable] 661 | int retrieved = 0; | ^ -
../src/statement.cc:778:5: warning: unused variable 'status' [-Wunused-variable] 778 | STATEMENT_BEGIN(Reset); | ^~~~~~~~~~~~~~~~~~~~~~ -
/usr/local/share/electron42/node_headers/include/node/v8-template.h:760:12: warning: cast from 'NamedPropertySetterCallback' (aka 'Intercepted (*)(Local<Name>, Local<Value>, const PropertyCallbackInfo<void> &)') to 'NamedPropertySetterCallbackV2' (aka 'Intercepted (*)(Local<Name>, Local<Value>, const PropertyCallbackInfo<Boolean> &)') converts to incompatible function type [-Wcast-function-type-mismatch] 760 | return NamedPropertySetterCallbackV2(value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/local/share/electron42/node_headers/include/node/v8-template.h:772:12: warning: cast from 'NamedPropertyDefinerCallback' (aka 'Intercepted (*)(Local<Name>, const PropertyDescriptor &, const PropertyCallbackInfo<void> &)') to 'NamedPropertyDefinerCallbackV2' (aka 'Intercepted (*)(Local<Name>, const PropertyDescriptor &, const PropertyCallbackInfo<Boolean> &)') converts to incompatible function type [-Wcast-function-type-mismatch] 772 | return NamedPropertyDefinerCallbackV2(value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/local/share/electron42/node_headers/include/node/v8-template.h:887:12: warning: cast from 'IndexedPropertySetterCallbackV2' (aka 'v8::Intercepted (*)(unsigned int, Local<Value>, const PropertyCallbackInfo<void> &)') to 'IndexedPropertySetterCallback' (aka 'v8::Intercepted (*)(unsigned int, Local<Value>, const PropertyCallbackInfo<Boolean> &)') converts to incompatible function type [-Wcast-function-type-mismatch] 887 | return IndexedPropertySetterCallback(value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/local/share/electron42/node_headers/include/node/v8-template.h:899:12: warning: cast from 'IndexedPropertyDefinerCallbackV2' (aka 'v8::Intercepted (*)(unsigned int, const v8::PropertyDescriptor &, const PropertyCallbackInfo<void> &)') to 'IndexedPropertyDefinerCallback' (aka 'v8::Intercepted (*)(unsigned int, const v8::PropertyDescriptor &, const PropertyCallbackInfo<Boolean> &)') converts to incompatible function type [-Wcast-function-type-mismatch] 899 | return IndexedPropertyDefinerCallback(value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/binding.cc:88:20: warning: unused variable 'context' [-Wunused-variable] 88 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/binding.cc:422:20: warning: unused variable 'context' [-Wunused-variable] 422 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/binding.cc:663:20: warning: unused variable 'context' [-Wunused-variable] 663 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/binding.cc:1060:20: warning: unused variable 'context' [-Wunused-variable] 1060 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/binding.cc:1488:20: warning: unused variable 'context' [-Wunused-variable] 1488 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/binding.cc:1740:20: warning: unused variable 'context' [-Wunused-variable] 1740 | Local<Context> context = Nan::GetCurrentContext(); | ^~~~~~~ -
../src/kerberos_worker.h:30:13: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 30 | on_finished_handler = handler; | ^ -
../src/unix/../kerberos_worker.h:30:13: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 30 | on_finished_handler = handler; | ^ -
../src/kqueue/KqueueBackend.cc:146:3: warning: missing field 'fd' initializer [-Wmissing-designated-field-initializers] 146 | }; | ^ -
../src/binding.cc:151:1: warning: cast from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' (aka 'void (*)(Local<v8::Object>)') to 'node::addon_register_func' (aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 151 | NODE_MODULE(cpufeatures, init) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../vendor/tree-sitter/lib/src/././portable/endian.h:57:13: warning: 'be16toh' macro redefined [-Wmacro-redefined] 57 | # define be16toh(x) betoh16(x) | ^ -
../vendor/tree-sitter/lib/src/././portable/endian.h:58:13: warning: 'le16toh' macro redefined [-Wmacro-redefined] 58 | # define le16toh(x) letoh16(x) | ^ -
../vendor/tree-sitter/lib/src/././portable/endian.h:60:13: warning: 'be32toh' macro redefined [-Wmacro-redefined] 60 | # define be32toh(x) betoh32(x) | ^ -
../vendor/tree-sitter/lib/src/././portable/endian.h:61:13: warning: 'le32toh' macro redefined [-Wmacro-redefined] 61 | # define le32toh(x) letoh32(x) | ^ -
../vendor/tree-sitter/lib/src/././portable/endian.h:63:13: warning: 'be64toh' macro redefined [-Wmacro-redefined] 63 | # define be64toh(x) betoh64(x) | ^ -
../vendor/tree-sitter/lib/src/././portable/endian.h:64:13: warning: 'le64toh' macro redefined [-Wmacro-redefined] 64 | # define le64toh(x) letoh64(x) | ^ -
../vendor/tree-sitter/lib/src/././unicode.h:65:3: warning: call to undeclared function 'letoh16'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 65 | U16_NEXT_LE(((uint16_t *)string), i, length, *code_point); | ^ -
../vendor/tree-sitter/lib/src/././unicode.h:75:3: warning: call to undeclared function 'betoh16'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 75 | U16_NEXT_BE(((uint16_t *)string), i, length, *code_point); | ^