Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsrc: remove ignore GCC -Wcast-function-type for v8 #35768
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35768 +/- ##
==========================================
- Coverage 96.40% 87.90% -8.50%
==========================================
Files 223 477 +254
Lines 73685 113090 +39405
Branches 0 24627 +24627
==========================================
+ Hits 71038 99417 +28379
- Misses 2647 7962 +5315
- Partials 0 5711 +5711
|
|
LGTM. Might be worth double-checking the commit message text to make sure it's what you intended. |
This reverts Commit 3ff2aec ("src: ignore GCC -Wcast-function-type for v8.h") and Commit 2462a2c ("src: fix ignore GCC -Wcast-function-type for older compilers") as this has now been included in the V8 version being used. Refs: v8/v8@f08cbfd
f2f788f
to
3ae98ac
Thanks for pointing that out, it was not very clear. |
This reverts Commit 3ff2aec ("src: ignore GCC -Wcast-function-type for v8.h") and Commit
2462a2c ("src: fix ignore GCC -Wcast-function-type for older compilers") as this has
now been included in the V8 version being used.
Refs:
v8/v8@f08cbfd
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes