mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: fix GN build warning in ncrypto
PR-URL: https://github.com/nodejs/node/pull/54222 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
1
deps/ncrypto/unofficial.gni
vendored
1
deps/ncrypto/unofficial.gni
vendored
@@ -14,6 +14,7 @@ template("ncrypto_gn_build") {
|
||||
"-Wno-deprecated-declarations",
|
||||
"-Wno-pessimizing-move",
|
||||
"-Wno-shadow",
|
||||
"-Wno-unused-variable",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user