We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791e64c commit 9d4a377Copy full SHA for 9d4a377
third_party/boringssl/repo/BUILD.gn
@@ -29,6 +29,7 @@ config("boringssl_config_disable_warnings") {
29
cflags = [
30
"-Wno-unused-variable",
31
"-Wno-conversion",
32
+ "-Wno-cast-function-type-mismatch"
33
]
34
35
if (is_clang) {
0 commit comments