Make compilation unit rtengine/improcfun.cc -Wextra clean, #4155
This commit is contained in:
@@ -2003,7 +2003,7 @@ void RawImageSource::preprocess (const RAWParams &raw, const LensProfParams &le
|
||||
double clip = 0;
|
||||
int brightness, contrast, black, hlcompr, hlcomprthresh;
|
||||
getAutoExpHistogram (aehist, aehistcompr);
|
||||
ImProcFunctions::getAutoExp (aehist, aehistcompr, getDefGain(), clip, dirpyrdenoiseExpComp, brightness, contrast, black, hlcompr, hlcomprthresh);
|
||||
ImProcFunctions::getAutoExp (aehist, aehistcompr, clip, dirpyrdenoiseExpComp, brightness, contrast, black, hlcompr, hlcomprthresh);
|
||||
}
|
||||
|
||||
t2.set();
|
||||
|
||||
Reference in New Issue
Block a user