Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-05-01 17:23:45 +0300
committerMichaël Zasso <targos@protonmail.com>2021-11-21 18:05:39 +0300
commit95311071e00f834680c71148e498153bdf80dd57 (patch)
treea5c0fa81be3d48e18bf21f2b5de60703b4b40f2c /deps
parent02993652f1af88160516a420c4a8e3f69af6c4a0 (diff)
deps: silence irrelevant V8 warning
PR-URL: https://github.com/nodejs/node/pull/38990 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/include/v8-fast-api-calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-fast-api-calls.h b/deps/v8/include/v8-fast-api-calls.h
index 854f845aba6..cf906957853 100644
--- a/deps/v8/include/v8-fast-api-calls.h
+++ b/deps/v8/include/v8-fast-api-calls.h
@@ -485,7 +485,7 @@ class V8_EXPORT CFunction {
};
};
-struct V8_DEPRECATE_SOON("Use v8::Local<v8::Value> instead.") ApiObject {
+struct ApiObject {
uintptr_t address;
};