diff --git a/third_party/zstd-jni/BUILD.bazel b/third_party/zstd-jni/BUILD.bazel index 8beaf6ee89bcf3..3757a67e8a5b42 100644 --- a/third_party/zstd-jni/BUILD.bazel +++ b/third_party/zstd-jni/BUILD.bazel @@ -61,6 +61,7 @@ cc_binary( "-Wstrict-prototypes", "-Wno-unused-variable", "-Wpointer-arith", + "-Wno-maybe-uninitialized", ], includes = [ "src/main/native",