Skip to content

Commit

Permalink
build: fix warnings from uv for gn build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zcbenz authored and richardlau committed Mar 25, 2024
1 parent 443d4fc commit bd528c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/uv/unofficial.gni
Expand Up @@ -50,6 +50,7 @@ template("uv_gn_build") {
"-Wno-shadow",
"-Wno-unreachable-code",
"-Wno-unreachable-code-return",
"-Wno-unused-but-set-parameter",
"-Wno-unused-but-set-variable",
"-Wno-unused-function",
"-Wno-unused-result",
Expand Down

0 comments on commit bd528c7

Please sign in to comment.