Fix all warnings in improcfun.cc

This commit is contained in:
heckflosse
2017-03-31 14:28:12 +02:00
parent 21b1a34c24
commit 096bbeaf78
3 changed files with 25 additions and 65 deletions

View File

@@ -82,7 +82,6 @@ SSEFUNCTION void ImProcFunctions::impulse_nr (LabImage* lab, double thresh)
#ifdef __SSE2__
vfloat hfnbravev, hpfabsv;
vfloat impthrDiv24v = F2V( impthrDiv24 );
vfloat onev = F2V( 1.0f );
#endif
#ifdef _OPENMP
#pragma omp for