Fixed another bunch of warnings

This commit is contained in:
heckflosse
2017-04-03 21:01:28 +02:00
parent 602162a343
commit 9b5f429602
11 changed files with 25 additions and 28 deletions

View File

@@ -345,7 +345,7 @@ void RawImageSource::MSR(float** luminance, float** originalLuminance, float **e
src[i] = &srcBuffer[i * W_L];
}
int h_th, s_th;
int h_th = 0, s_th = 0;
int shHighlights = deh.highlights;
int shShadows = deh.shadows;