]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cp: avoid -Wmaybe-uninitialized warning from GCC13
authorJim Meyering <meyering@fb.com>
Thu, 23 Jun 2022 14:33:08 +0000 (07:33 -0700)
committerJim Meyering <meyering@fb.com>
Thu, 23 Jun 2022 15:31:21 +0000 (08:31 -0700)
commit6c03e8fbb25d52b5fda62a95090568f0ba5fca70
treef2d3115805dff02ba79e3fd9baba8d8725aefd50
parent7e6c39cc02f461c45ef51544a512a40791d6d603
cp: avoid -Wmaybe-uninitialized warning from GCC13

* src/copy.c (infer_scantype): Always set scan_inference.ext_start,
to make the code match the comment.
src/copy.c