Silence compiler warning
This commit is contained in:
parent
662629e501
commit
b9e100a3e2
2
ssdv.c
2
ssdv.c
|
@ -709,7 +709,7 @@ static char ssdv_have_marker_data(ssdv_t *s)
|
||||||
case 3: l = (s->width >> 3) * (s->height >> 3); break;
|
case 3: l = (s->width >> 3) * (s->height >> 3); break;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "MCU blocks: %i\n", l);
|
fprintf(stderr, "MCU blocks: %i\n", (int) l);
|
||||||
|
|
||||||
if(l > 0xFFFF)
|
if(l > 0xFFFF)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue