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 committed Aug 11, 2024
1 parent bc5ebe4 commit 4dae01b
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 4dae01b

Please sign in to comment.