mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Get rid of a warning
This commit is contained in:
parent
a6b201c18c
commit
10e0303620
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue