]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Add missing return in copy_file_impl fallback code (#1630)
authorkingiler <68145845+kingiler@users.noreply.github.com>
Wed, 1 Oct 2025 18:31:16 +0000 (19:31 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 1 Oct 2025 18:32:04 +0000 (20:32 +0200)
commitd3604fea44cad659aadac3676dc063db687eb562
tree998e7885aff49a6fe6b022073edc1f6f735fa5f7
parent1ac621c111afe0175b6465b59454f934400f71e4
fix: Add missing return in copy_file_impl fallback code (#1630)

This fixes a compilation error with tl::expected ≥ 1.2.0 on non-Apple platforms where sendfile(2) is not available.

(cherry picked from commit 50ad20d7fa2db903ce45c9ba426ac5f694fb752b)
src/ccache/util/file.cpp