Second batch of correction to lower the number of GCC warnings
This commit is contained in:
@@ -106,8 +106,8 @@ void RawImageSource::CA_correct_RT() {
|
||||
#define PIX_SORT(a,b) { if ((a)>(b)) {temp=(a);(a)=(b);(b)=temp;} }
|
||||
#define SQR(x) ((x)*(x))
|
||||
|
||||
//static const float pre_mul[3] = {MIN(ri->red_multiplier,ri->green_multiplier), ri->green_multiplier, \
|
||||
MIN(ri->blue_multiplier,ri->green_multiplier)};
|
||||
/*static const float pre_mul[3] = {MIN(ri->red_multiplier,ri->green_multiplier), ri->green_multiplier, \
|
||||
MIN(ri->blue_multiplier,ri->green_multiplier)};*/
|
||||
|
||||
static const float clip_pt = ri->defgain;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user