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:
Cheng
2024-08-12 02:54:31 +09:00
committed by GitHub
parent bc5ebe44f9
commit 4dae01ba2c

View File

@@ -14,6 +14,7 @@ template("ncrypto_gn_build") {
"-Wno-deprecated-declarations",
"-Wno-pessimizing-move",
"-Wno-shadow",
"-Wno-unused-variable",
]
}