]> 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)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 18:31:16 +0000 (20:31 +0200)
commit50ad20d7fa2db903ce45c9ba426ac5f694fb752b
treec344847af8ac5e48cc222b9383ec9b4b990d1698
parent71acaccfc0c47fb4b23911385af47b448c5757c6
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.
src/ccache/util/file.cpp