From a1d3d201aeeb1360f5b34497040e908d932f65d9 Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott Date: Wed, 18 Jan 2023 14:14:47 -0800 Subject: compress_lzma: New enum values from liblzma 5.3.x Add new liblzma enums (LZMA_SEEK_NEEDED and LZMA_RET_INTERNAL*) conditional to the API version they arrived in. The first stable version of liblzma this affects is 5.4.0 Fixes #40741 Signed-off-by: Micah Elizabeth Scott --- changes/ticket40741 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ticket40741 (limited to 'changes/ticket40741') diff --git a/changes/ticket40741 b/changes/ticket40741 new file mode 100644 index 0000000000..2a9f72489d --- /dev/null +++ b/changes/ticket40741 @@ -0,0 +1,2 @@ + o Minor feature (lzma): + - Fix compiler warnings for liblzma >= 5.3.1. Closes ticket 40741. -- cgit v1.2.3-54-g00ecf