Skip to content

Commit 0ec2ed0

Browse files
zcbenzaduh95
authored andcommitted
build: fix GN build for ngtcp2
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]>
1 parent 710b8fc commit 0ec2ed0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/ngtcp2/unofficial.gni

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ template("ngtcp2_gn_build") {
6868
cflags_c = [
6969
"-Wno-extra-semi",
7070
"-Wno-implicit-fallthrough",
71-
# Remove after https://github.com/ngtcp2/ngtcp2/issues/1050 is fixed.
72-
"-Wno-sometimes-uninitialized",
71+
"-Wno-unused-function",
7372
]
7473
}
7574
}

0 commit comments

Comments
 (0)