diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 1427cbb4bc2..925335506ef 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -924,8 +924,9 @@ int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll) Section_t Sections[20]; int SectionsRead; char *LastExifRefd=NULL; - int ret, i; + int ret; int thumbsize=0; + /* int i; */ ImageInfo->MotorolaOrder = 0;