https://bugs.kde.org/show_bug.cgi?id=384421
Bug ID: 384421
Summary: digikam-5.7.0/core/libs/dimg/filters/greycstoration/ci
mg/CImg.h:8792: bad if condition ?
Product: digikam
Version: 5.7.0
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
[digikam-5.7.0/core/libs/dimg/filters/greycstoration/cimg/CImg.h:8792]:
(warning) Opposite inner 'if' condition leads to a dead code block.
Source code is
if (!is_closed && !is_fullscreen) {
if (is_fullscreen) _desinit_fullscreen();
--
You are receiving this mail because:
You are watching all bug changes.