Skip to content

Commit

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

Closes #14267

Signed-off-by: Yun Peng <pcloudy@google.com>

Co-authored-by: Benjamin Peterson <benjamin@engflow.com>
  • Loading branch information
coeuvre and benjaminp authored Nov 16, 2021
1 parent e44c808 commit 2794d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/zstd-jni/zstd-jni.BUILD
Original file line number Diff line number Diff line change
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 2794d85

Please sign in to comment.