Fixed a lot of issues reported by cppcheck 1.78
This commit is contained in:
@@ -994,10 +994,11 @@ void RawImageSource::pixelshift(int winx, int winy, int winw, int winh, const RA
|
||||
#ifdef PIXELSHIFTDEV
|
||||
if(detectMotion || (adaptive && checkGreen)) {
|
||||
bool skipNext = false;
|
||||
float gridMax = 0.f;
|
||||
#else
|
||||
if(adaptive && checkGreen) {
|
||||
#endif
|
||||
float gridMax;
|
||||
#endif
|
||||
|
||||
#ifdef PIXELSHIFTDEV
|
||||
|
||||
|
Reference in New Issue
Block a user