fixed warning in rtengine/ipretinex.cc

This commit is contained in:
Alberto Griggio
2017-04-01 16:43:11 +02:00
parent 6fe04e3990
commit a3561049ed

View File

@@ -273,7 +273,7 @@ void RawImageSource::MSR(float** luminance, float** originalLuminance, float **e
}
}
float varx;
float varx = 0.f;
float limdx, ilimdx;
if(gradvart != 0) {