Skip to content

Commit

Permalink
build: fix GN build for ngtcp2
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 18, 2024
1 parent 8253290 commit bf95681
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 bf95681

Please sign in to comment.