| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0fb005a commit 41978ad
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.22', | ||
| 41 | + 'v8_embedder_string': '-node.23', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -488,9 +488,16 @@ V8_INLINE void PersistentBase<T>::SetWeak( | |||
| 488 | 488 | #if (__GNUC__ >= 8) && !defined(__clang__) | |
| 489 | 489 | #pragma GCC diagnostic push | |
| 490 | 490 | #pragma GCC diagnostic ignored "-Wcast-function-type" | |
| 491 | + #endif | ||
| 492 | + #if __clang__ | ||
| 493 | + #pragma clang diagnostic push | ||
| 494 | + #pragma clang diagnostic ignored "-Wcast-function-type" | ||
| 491 | 495 | #endif | |
| 492 | 496 | api_internal::MakeWeak(this->slot(), parameter, | |
| 493 | 497 | reinterpret_cast<Callback>(callback), type); | |
| 498 | + #if __clang__ | ||
| 499 | + #pragma clang diagnostic pop | ||
| 500 | + #endif | ||
| 494 | 501 | #if (__GNUC__ >= 8) && !defined(__clang__) | |
| 495 | 502 | #pragma GCC diagnostic pop | |
| 496 | 503 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments