Skip to content

Commit bd528c7

Browse files
zcbenzrichardlau
authored andcommitted
build: fix warnings from uv for gn build
PR-URL: #51069 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 443d4fc commit bd528c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/uv/unofficial.gni

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ template("uv_gn_build") {
5050
"-Wno-shadow",
5151
"-Wno-unreachable-code",
5252
"-Wno-unreachable-code-return",
53+
"-Wno-unused-but-set-parameter",
5354
"-Wno-unused-but-set-variable",
5455
"-Wno-unused-function",
5556
"-Wno-unused-result",

0 commit comments

Comments
 (0)