Skip to content

Commit

Permalink
Disable -Wunused-function for BoringSSL
Browse files Browse the repository at this point in the history
This is the only warning produced by this library. It seems like
upstream they have this off, or they compile things that we're not that
use these other functions.
  • Loading branch information
keith committed Apr 26, 2019
1 parent 32001f3 commit d140eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/com_github_grpc_grpc_swift/BUILD.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cc_library(
"Sources/BoringSSL/third_party/**/*.h",
]),
hdrs = glob(["Sources/BoringSSL/include/**/*.h"]),
copts = ["-Wno-unused-function"],
includes = ["Sources/BoringSSL/include"],
)

Expand Down

0 comments on commit d140eec

Please sign in to comment.