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; }
This code come from Adobe DNG SDK. It's fabulous to see how Adobe code this king of tests... We don't know how to fix it. We don't write this code. So We must ignore. Note : in all cases, DNG SDK will be updated as well when Adobe will release a new version. Gilles Caulier
Fixed in 7.3.0 with DNG SDK updated to 1.5