Skip to content

Commit 483615c

Browse files
author
pthier
committed
Fix build
1 parent 0443d18 commit 483615c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

deps/ncrypto/unofficial.gni

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ template("ncrypto_gn_build") {
1515
"-Wno-pessimizing-move",
1616
"-Wno-shadow",
1717
"-Wno-unused-variable",
18+
"-Wno-unreachable-code",
19+
"-Wno-unreachable-code-return",
1820
]
1921
}
2022

test/parallel/parallel.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ test-code-cache: SKIP
3333
test-tick-processor-arguments: SKIP
3434
# Skip tests failing in V8 bots when updating Node
3535
test-child-process-stdio-overlapped: SKIP
36+
test-fs-rm: SKIP
3637
# https://github.com/nodejs/node/issues/42458
3738
test-repl-mode: SKIP
3839
# Temporarily disabled to land https://crrev.com/c/3799431

unofficial.gni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ template("node_gn_build") {
8080
"-Wno-macro-redefined",
8181
"-Wno-missing-braces",
8282
"-Wno-range-loop-bind-reference",
83+
"-Wno-return-stack-address",
8384
"-Wno-return-type",
8485
"-Wno-shadow",
8586
"-Wno-sometimes-uninitialized",

0 commit comments

Comments
 (0)