Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.2.6
-
Debian 8.8 x32 - Digitalocean
# uname -a
Linux framework 3.16.0-4-686-pae #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) i686 GNU/Linux
LZ4 v1.7.5 (https://github.com/lz4/lz4/archive/v1.7.5.tar.gz)
Description
[ 48%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/store.c.o
/var/tmp/mariadb_build/mariadb_src/storage/mroonga/vendor/groonga/lib/store.c: In function ‘grn_ja_put_lz4’:
/var/tmp/mariadb_build/mariadb_src/storage/mroonga/vendor/groonga/lib/store.c:1392:3: warning: ‘LZ4_compress’ is deprecated (declared at /usr/local/include/lz4.h:431): use LZ4_compress_default() instead [-Wdeprecated-declarations]
lz4_value_len = LZ4_compress((const char*)value, lz4_value, value_len);
^