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

@@ -149,7 +149,7 @@ SSEFUNCTION void ImProcFunctions :: dirpyr_equalizer(float ** src, float ** dst,
level ++;
}
float **tmpHue, **tmpChr;
float **tmpHue = nullptr, **tmpChr = nullptr;
if(skinprot != 0.f) {
// precalculate hue and chroma, use SSE, if available