Revision 4444256ab79876bf33500ad4907c45b7b4d57137 authored by Nick Terrell on 21 November 2016, 20:17:06 UTC, committed by Facebook Github Bot on 21 November 2016, 20:24:14 UTC
Summary:
LZ4 1.7.3 emits warnings when calling the deprecated function `LZ4_compress_limitedOutput_continue()`.  Starting in r129, LZ4 introduces `LZ4_compress_fast_continue()` as a replacement, and the two functions calls are [exactly equivalent](https://github.com/lz4/lz4/blob/dev/lib/lz4.c#L1408).
Closes https://github.com/facebook/rocksdb/pull/1532

Differential Revision: D4199240

Pulled By: siying

fbshipit-source-id: 138c2bc
1 parent 548d7fb
History
File Mode Size
benchmark
crossbuild
rocksjni
samples
src
CMakeLists.txt -rw-r--r-- 6.7 KB
HISTORY-JAVA.md -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 8.0 KB
RELEASE.md -rw-r--r-- 2.3 KB
jdb_bench.sh -rwxr-xr-x 332 bytes
rocksjni.pom -rw-r--r-- 6.1 KB

back to top