From 06eebd4543196ded36fa9b8b9544195b38b24ef2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 14 Aug 2017 20:08:33 +0300 Subject: Fix or hide warnings from GCC 7's -Wimplicit-fallthrough. --- src/xz/list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xz/list.c') diff --git a/src/xz/list.c b/src/xz/list.c index 4dd1f6f8..18fdca21 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -484,6 +484,8 @@ parse_block_header(file_pair *pair, const lzma_index_iter *iter, // If the above fails, the file is corrupt so // LZMA_DATA_ERROR is a good error code. + // Fall through + case LZMA_DATA_ERROR: // Free the memory allocated by lzma_block_header_decode(). for (size_t i = 0; filters[i].id != LZMA_VLI_UNKNOWN; ++i) -- cgit v1.2.3