Skip to content

Commit a2a4155

Browse files
zcbenztargos
authored andcommitted
deps: fix GN build warning in ncrypto
PR-URL: #54222 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 869da20 commit a2a4155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/ncrypto/unofficial.gni

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ template("ncrypto_gn_build") {
1414
"-Wno-deprecated-declarations",
1515
"-Wno-pessimizing-move",
1616
"-Wno-shadow",
17+
"-Wno-unused-variable",
1718
]
1819
}
1920

0 commit comments

Comments
 (0)