Skip to content

Commit 9d4a377

Browse files
committed
Disable build warning on macos
1 parent 791e64c commit 9d4a377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/boringssl/repo/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ config("boringssl_config_disable_warnings") {
2929
cflags = [
3030
"-Wno-unused-variable",
3131
"-Wno-conversion",
32+
"-Wno-cast-function-type-mismatch"
3233
]
3334

3435
if (is_clang) {

0 commit comments

Comments
 (0)