Fixed another bunch of warnings
This commit is contained in:
@@ -934,7 +934,7 @@ void ImProcFunctions::sharpeningcam (CieImage* ncie, float** b2)
|
||||
// Rest is UNSHARP MASK
|
||||
|
||||
int W = ncie->W, H = ncie->H;
|
||||
float** b3;
|
||||
float** b3 = nullptr;
|
||||
|
||||
if (params->sharpening.edgesonly) {
|
||||
b3 = new float*[H];
|
||||
|
||||
Reference in New Issue
Block a user