]> git.ipfire.org Git - thirdparty/util-linux.git/commit
pipesz: fix dead code [coverity scan]
authorKarel Zak <kzak@redhat.com>
Thu, 19 May 2022 07:48:18 +0000 (09:48 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 19 May 2022 07:48:18 +0000 (09:48 +0200)
commit634446308fd590b830040a1a5ed6f42ebcea2fc5
tree102c00ab44114a09eba3a4ecca09dfbddb0d9ab4
parent410b261cce8294653c03cb678f61512fa52e81e8
pipesz: fix dead code [coverity scan]

309                     if (!opt_quiet && n_opt_size > 1)
>>>     CID 378501:  Control flow issues  (DEADCODE)
>>>     Execution cannot reach this statement: "warnx(dcgettext(NULL, "usin...".
310                             warnx(_("using last specified size"));

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/pipesz.c