Skip to content

Commit 5615342

Browse files
committed
Internal libtiff: fix compiler warnings
1 parent 78778b9 commit 5615342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frmts/gtiff/libtiff/tif_pixarlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ static void horizontalDifference16(unsigned short *ip, tmsize_t n, int stride,
12221222
}
12231223
}
12241224

1225-
static void horizontalDifference8(unsigned char *ip, int n, int stride,
1225+
static void horizontalDifference8(unsigned char *ip, tmsize_t n, int stride,
12261226
unsigned short *wp, uint16_t *From8)
12271227
{
12281228
int r1, g1, b1, a1, r2, g2, b2, a2, mask;

0 commit comments

Comments
 (0)