https://bugs.kde.org/show_bug.cgi?id=384423

            Bug ID: 384423
           Summary: digikam-5.7.0/core/libs/dngwriter/extra/dng_sdk/dng_st
                    ring.cpp:2027: confused logic ?
           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/dngwriter/extra/dng_sdk/dng_string.cpp:2027]: (style)
Expression is always false because 'else if' condition matches previous
condition at line 2022.

Source code is

               if (b > a)
                    {
                    return 1;
                    }

                else if (a < b)
                    {
                    return -1;
                    }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to