]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix various VS2019 compiler warnings (#1927)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sat, 22 Jul 2023 08:57:20 +0000 (10:57 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 08:57:20 +0000 (10:57 +0200)
commit3131c6f2d059aecbdeadd99ec3cfa0670e431098
treec28f38fce5a8302774d62dc18df0a7b624796197
parente7b2ab7aebc91bdcbec47043ab30c44e3723473e
Fix various VS2019 compiler warnings (#1927)

This PR fixes a bunch of warnings while building with VS2019.
Some lz4 warning fixes are included, too.
libarchive/archive_read_support_filter_bzip2.c
libarchive/archive_read_support_filter_lz4.c
libarchive/archive_read_support_format_7zip.c
libarchive/archive_read_support_format_rar.c
libarchive/archive_read_support_format_rar5.c
libarchive/archive_read_support_format_zip.c
libarchive/archive_write_add_filter_bzip2.c
libarchive/archive_write_add_filter_lz4.c
libarchive/archive_write_add_filter_zstd.c
libarchive/archive_write_set_format_7zip.c