Fix Win32 Debug build part one

This commit is contained in:
heckflosse 2015-12-08 19:00:35 +01:00
parent 7ef35abb57
commit b856e210ae

View File

@ -5824,7 +5824,7 @@ SSEFUNCTION void ImProcFunctions::chromiLuminanceCurve (EditBuffer *editBuffer,
}; };
#ifdef _DEBUG #ifdef _DEBUG
#pragma omp parallel default(shared) firstprivate(highlight, ccut, clut, chromaticity, bwToning, rstprotection, avoidColorShift, LCredsk, protectRed, protectRedH, gamutLch, lold, lnew, MunsDebugInfo, pW) if (multiThread) #pragma omp parallel default(shared) firstprivate(lold, lnew, MunsDebugInfo, pW) if (multiThread)
#else #else
#pragma omp parallel if (multiThread) #pragma omp parallel if (multiThread)
#endif #endif