Fix all warnings in demosaic_algos.cc
This commit is contained in:
@@ -76,7 +76,8 @@ protected:
|
||||
FILE *ofp;
|
||||
short order;
|
||||
const char *ifname;
|
||||
char *meta_data, xtrans[6][6],xtrans_abs[6][6];
|
||||
char *meta_data;
|
||||
int xtrans[6][6],xtrans_abs[6][6];
|
||||
char cdesc[5], desc[512], make[64], model[64], model2[64], model3[64], artist[64];
|
||||
float flash_used, canon_ev, iso_speed, shutter, aperture, focal_len;
|
||||
time_t timestamp;
|
||||
|
Reference in New Issue
Block a user