Skip to content

Commit

Permalink
Silence a zstd-jni GCC warning.
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see bazelbuild#14267.

Closes bazelbuild#14267

Signed-off-by: Yun Peng <pcloudy@google.com>
  • Loading branch information
benjaminp authored and meteorcloudy committed Nov 15, 2021
1 parent 61bf2e5 commit 79888fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/zstd-jni/zstd-jni.BUILD
Expand Up @@ -18,6 +18,7 @@ cc_binary(
"//conditions:default": [
"-std=c99",
"-Wno-unused-variable",
"-Wno-maybe-uninitialized",
"-Wno-sometimes-uninitialized",
]
}),
Expand Down

0 comments on commit 79888fe

Please sign in to comment.