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 <technicalcute@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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

Lines changed: 1 addition & 0 deletions
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)