Batch of correction to lower the number of GCC warnings
This commit is contained in:
@@ -150,7 +150,7 @@ unsigned short Thumbnail::igammatab[256];
|
||||
unsigned char Thumbnail::gammatab[65536];
|
||||
|
||||
Thumbnail::Thumbnail () :
|
||||
embProfile(NULL), camProfile(NULL), aeHistogram(NULL), thumbImg(NULL), embProfileData(NULL) {
|
||||
camProfile(NULL), thumbImg(NULL), aeHistogram(NULL), embProfileData(NULL), embProfile(NULL) {
|
||||
|
||||
if (!igammacomputed) {
|
||||
for (int i=0; i<256; i++)
|
||||
|
Reference in New Issue
Block a user