Skip to content

Commit d140eec

Browse files
committed
Disable -Wunused-function for BoringSSL
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.
1 parent 32001f3 commit d140eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/com_github_grpc_grpc_swift/BUILD.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cc_library(
3131
"Sources/BoringSSL/third_party/**/*.h",
3232
]),
3333
hdrs = glob(["Sources/BoringSSL/include/**/*.h"]),
34+
copts = ["-Wno-unused-function"],
3435
includes = ["Sources/BoringSSL/include"],
3536
)
3637

0 commit comments

Comments
 (0)