We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0702e9b commit a40c4d0Copy full SHA for a40c4d0
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