Skip to content

Commit 7bb696d

Browse files
committed
Silent compiler warning
1 parent 38d0199 commit 7bb696d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/exif/exif.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3120,7 +3120,10 @@ static int exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, char * valu
31203120
{
31213121
size_t i;
31223122
int de, section_index = SECTION_MAKERNOTE;
3123-
int NumDirEntries, old_motorola_intel, offset_diff;
3123+
int NumDirEntries, old_motorola_intel;
3124+
#ifdef KALLE_0
3125+
int offset_diff;
3126+
#endif
31243127
const maker_note_type *maker_note;
31253128
char *dir_start;
31263129

0 commit comments

Comments
 (0)