build: fix GN build for ngtcp2

PR-URL: https://github.com/nodejs/node/pull/56300
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
pull/56450/head
Cheng 2024-12-18 12:50:24 +09:00 committed by Antoine du Hamel
parent 710b8fc6ed
commit 0ec2ed0a0b
No known key found for this signature in database
GPG Key ID: 21D900FFDB233756
1 changed files with 1 additions and 2 deletions

View File

@ -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",
]
}
}