Skip to content

Commit

Permalink
build: fix warnings from uv for gn build
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 6, 2023
1 parent c97322a commit 8502dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/uv/unofficial.gni
Original file line number Diff line number Diff line change
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 8502dd9

Please sign in to comment.