Fix another coverity issue
This commit is contained in:
@@ -1260,8 +1260,8 @@ private:
|
|||||||
|
|
||||||
Imagefloat* readyImg = nullptr;
|
Imagefloat* readyImg = nullptr;
|
||||||
cmsHPROFILE jprof = nullptr;
|
cmsHPROFILE jprof = nullptr;
|
||||||
bool customGamma = false;
|
constexpr bool customGamma = false;
|
||||||
bool useLCMS = false;
|
constexpr bool useLCMS = false;
|
||||||
bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili ;
|
bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili ;
|
||||||
|
|
||||||
///////////// Custom output gamma has been removed, the user now has to create
|
///////////// Custom output gamma has been removed, the user now has to create
|
||||||
|
Reference in New Issue
Block a user