File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ test-code-cache: SKIP
3333test-tick-processor-arguments: SKIP
3434# Skip tests failing in V8 bots when updating Node
3535test-child-process-stdio-overlapped: SKIP
36+ test-fs-rm: SKIP
3637# https://github.com/nodejs/node/issues/42458
3738test-repl-mode: SKIP
3839# Temporarily disabled to land https://crrev.com/c/3799431
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments