Skip to content

Commit 79888fe

Browse files
benjaminpmeteorcloudy
authored andcommitted
Silence a zstd-jni GCC warning.
Partial commit for third_party/*, see bazelbuild#14267. Closes bazelbuild#14267 Signed-off-by: Yun Peng <[email protected]>
1 parent 61bf2e5 commit 79888fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/zstd-jni/zstd-jni.BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cc_binary(
1818
"//conditions:default": [
1919
"-std=c99",
2020
"-Wno-unused-variable",
21+
"-Wno-maybe-uninitialized",
2122
"-Wno-sometimes-uninitialized",
2223
]
2324
}),

0 commit comments

Comments
 (0)