mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Silent compiler warning
This commit is contained in:
parent
38d019979e
commit
7bb696dc49
1 changed files with 4 additions and 1 deletions
|
@ -3120,7 +3120,10 @@ static int exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, char * valu
|
|||
{
|
||||
size_t i;
|
||||
int de, section_index = SECTION_MAKERNOTE;
|
||||
int NumDirEntries, old_motorola_intel, offset_diff;
|
||||
int NumDirEntries, old_motorola_intel;
|
||||
#ifdef KALLE_0
|
||||
int offset_diff;
|
||||
#endif
|
||||
const maker_note_type *maker_note;
|
||||
char *dir_start;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue