]> 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)
committerMartin Matuska <martin@matuska.de>
Tue, 11 Mar 2025 09:32:40 +0000 (10:32 +0100)
commit50f3f29a7ecdb16b2aff9201390d72583f1e4813
tree7da96d6c4160da87d282bc6f59ce0f2f05f4868a
parentbaae7a3fa40b9a73012b79d17495587ec3ac6bcb
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.)

(cherry picked from commit 3512329ba9a06a7360601f195c5013c3161f5e70)
tar/test/test_option_ignore_zeros.c