8000 build: fix GN build for ngtcp2 by zcbenz · Pull Request #56300 · nodejs/node · GitHub
[go: up one dir, main page]

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deps/ngtcp2/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ template("ngtcp2_gn_build") {
cflags_c = [
< 5D76 span class='blob-code-inner blob-code-marker ' data-code-marker=" "> "-Wno-extra-semi",
"-Wno-implicit-fallthrough",
# Remove after https://github.com/ngtcp2/ngtcp2/issues/1050 is fixed.
"-Wno-sometimes-uninitialized",
"-Wno-unused-function",
]
}
}
Expand Down
Loading
0