We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710b8fc commit 0ec2ed0Copy full SHA for 0ec2ed0
deps/ngtcp2/unofficial.gni
@@ -68,8 +68,7 @@ template("ngtcp2_gn_build") {
68
cflags_c = [
69
"-Wno-extra-semi",
70
"-Wno-implicit-fallthrough",
71
- # Remove after https://github.com/ngtcp2/ngtcp2/issues/1050 is fixed.
72
- "-Wno-sometimes-uninitialized",
+ "-Wno-unused-function",
73
]
74
}
75
0 commit comments