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 jakecastelli committed Dec 22, 2024
1 parent b814038 commit 31c20f6
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 31c20f6

Please sign in to comment.