We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b814038 commit 31c20f6Copy full SHA for 31c20f6
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