Skip to content

Commit

Permalink
deps: fix GN build warning in ncrypto
Browse files Browse the repository at this point in the history
PR-URL: #54222
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
zcbenz authored and targos committed Aug 14, 2024
1 parent 869da20 commit a2a4155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/ncrypto/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ template("ncrypto_gn_build") {
"-Wno-deprecated-declarations",
"-Wno-pessimizing-move",
"-Wno-shadow",
"-Wno-unused-variable",
]
}

Expand Down

0 comments on commit a2a4155

Please sign in to comment.