summaryrefslogtreecommitdiffstats
path: root/tests/fullbench.c
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-04-04 20:42:58 (GMT)
committerGitHub <noreply@github.com>2019-04-04 20:42:58 (GMT)
commitf66abc45d9b9671b889acb1e5a2506228f85548c (patch)
tree84216dd40a46c7d5728827ceaec64130022654e5 /tests/fullbench.c
parent1a41b2b25ca220f560b07c6fc25dae7415273f6e (diff)
parent7a39fb8fb69a47486b91810708bbe796331b26a2 (diff)
downloadlz4-f66abc45d9b9671b889acb1e5a2506228f85548c.zip
lz4-f66abc45d9b9671b889acb1e5a2506228f85548c.tar.gz
lz4-f66abc45d9b9671b889acb1e5a2506228f85548c.tar.bz2
Merge pull request #658 from lz4/_fast
Deprecated LZ4_decompres_fast*() functions
Diffstat (limited to 'tests/fullbench.c')
-rw-r--r--tests/fullbench.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fullbench.c b/tests/fullbench.c
index 4b4e921..e08947d 100644
--- a/tests/fullbench.c
+++ b/tests/fullbench.c
@@ -42,6 +42,7 @@
#include <string.h> /* strcmp */
#include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */
+#define LZ4_DISABLE_DEPRECATE_WARNINGS /* LZ4_decompress_fast */
#include "lz4.h"
#include "lz4hc.h"
#include "lz4frame.h"