Skip to content

Commit

Permalink
fixup! tools: update V8 gypfiles for 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 13, 2021
1 parent 416d365 commit 54cd61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/v8_gypfiles/toolchain.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1344,12 +1344,13 @@
4324, # Padding structure due to alignment.
# 4351, # [refack] Old issue with array init.
4355, # 'this' used in base member initializer list
4506, # Benign "no definition for inline function"
4661, # no suitable definition provided for explicit template instantiation request
4701, # Potentially uninitialized local variable.
4702, # Unreachable code.
4703, # Potentially uninitialized local pointer variable.
4709, # Comma operator within array index expr (bugged).
# 4714, # Function marked forceinline not inlined.
4714, # Function marked forceinline not inlined.
4715, # Not all control paths return a value. (see https://crbug.com/v8/7658)
4718, # Recursive call has no side-effect.
4723, # https://crbug.com/v8/7771
Expand Down

0 comments on commit 54cd61a

Please sign in to comment.