Skip to content

Commit

Permalink
build: fix GN build for ngtcp2
Browse files Browse the repository at this point in the history
PR-URL: #56300
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Xuguang Mei <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
zcbenz authored and aduh95 committed Jan 2, 2025
1 parent 710b8fc commit 0ec2ed0
Showing 1 changed file with 1 addition and 2 deletions.
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 = [
"-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

0 comments on commit 0ec2ed0

Please sign in to comment.