Fix all warnings in demosaic_algos.cc

This commit is contained in:
heckflosse
2017-03-31 19:07:58 +02:00
parent 7fca8c16ee
commit 071d960035
5 changed files with 37 additions and 38 deletions

View File

@@ -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;