kythe.io@v0.0.68-0.20240422202219-7225dbc01741/third_party/brotli/brotli-1.0.7-int-float-conversion.patch (about)

     1  diff --git a/BUILD b/BUILD
     2  index 4c9b57a..8f69d62 100644
     3  --- a/BUILD
     4  +++ b/BUILD
     5  @@ -57,6 +57,8 @@ STRICT_C_OPTIONS = select({
     6           "-Wno-strict-aliasing",
     7           "-Wshadow",
     8           "-Wsign-compare",
     9  +        "-Wno-unknown-warning-option",
    10  +        "-Wno-implicit-int-float-conversion",
    11       ],
    12   })
    13