]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Avoid unreachable code in this test (#2528)
authorTim Kientzle <kientzle@acm.org>
Sat, 1 Mar 2025 17:06:31 +0000 (09:06 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 17:06:31 +0000 (09:06 -0800)
commit3512329ba9a06a7360601f195c5013c3161f5e70
tree3b37d52f59e4823bda26aac0b6d936e4fac05e87
parent21f74252f2fee6db896e3db80baa3c36663ede62
Avoid unreachable code in this test (#2528)

As remarked in #2521, this test has unreachable code on Windows, which
triggers a build failure in development due to warnings-as-errors.
(Release versions should not have warnings-as-errors.)
tar/test/test_option_ignore_zeros.c