mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
Original commit message:
[include] suppress clang cast-function-type-mismatch warning on SetWeak
Suppress clang warning cast-function-type-mismatch in embedder calls
to `SetWeak`.
Change-Id: I6c4eda1b932199a2ea4947fe851ffdf2ae04ad73
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6689209
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Chengzhong Wu <cwu631@bloomberg.net>
Cr-Commit-Position: refs/heads/main@{#101186}
Ignore `cast-function-type` instead of `cast-function-type-mismatch` for
compatibility with older versions of Clang.
Refs:
|
||
|---|---|---|
| .. | ||
| acorn | ||
| ada | ||
| amaro | ||
| brotli | ||
| cares | ||
| cjs-module-lexer | ||
| corepack | ||
| googletest | ||
| histogram | ||
| icu-small | ||
| inspector_protocol | ||
| llhttp | ||
| minimatch | ||
| nbytes | ||
| ncrypto | ||
| nghttp2 | ||
| ngtcp2 | ||
| npm | ||
| openssl | ||
| postject | ||
| simdjson | ||
| sqlite | ||
| undici | ||
| uv | ||
| uvwasi | ||
| v8 | ||
| zlib | ||
| zstd | ||