Skip to content

Commit 54cd61a

Browse files
committed
fixup! tools: update V8 gypfiles for 8.9
1 parent 416d365 commit 54cd61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/v8_gypfiles/toolchain.gypi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,12 +1344,13 @@
13441344
4324, # Padding structure due to alignment.
13451345
# 4351, # [refack] Old issue with array init.
13461346
4355, # 'this' used in base member initializer list
1347+
4506, # Benign "no definition for inline function"
13471348
4661, # no suitable definition provided for explicit template instantiation request
13481349
4701, # Potentially uninitialized local variable.
13491350
4702, # Unreachable code.
13501351
4703, # Potentially uninitialized local pointer variable.
13511352
4709, # Comma operator within array index expr (bugged).
1352-
# 4714, # Function marked forceinline not inlined.
1353+
4714, # Function marked forceinline not inlined.
13531354
4715, # Not all control paths return a value. (see https://crbug.com/v8/7658)
13541355
4718, # Recursive call has no side-effect.
13551356
4723, # https://crbug.com/v8/7771

0 commit comments

Comments
 (0)