changed LZ4_calloc() to a 2-arguments signature
authorYann Collet <cyan@fb.com>
Mon, 9 Nov 2020 16:44:26 +0000 (08:44 -0800)
committerYann Collet <cyan@fb.com>
Mon, 9 Nov 2020 16:44:26 +0000 (08:44 -0800)
commita29683980264b046797e207c6e995cae0a12b0a8
tree9dbf11978bb7518245ac343c33653c9b71e6a94b
parentadc46ea4c176380fb104273f66f1e618713a2481
changed LZ4_calloc() to a 2-arguments signature

to remain similar to stdlib's calloc().

Updated test to use c++ compiler for stricter signature check.
.travis.yml
lib/lz4.c
tests/fullbench.c